Share via


INSKeyedArchiverDelegate.ReplacingObject Method

Definition

[Foundation.Export("archiver:willReplaceObject:withObject:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ReplacingObject(Foundation.NSKeyedArchiver archiver, Foundation.NSObject oldObject, Foundation.NSObject newObject);
[<Foundation.Export("archiver:willReplaceObject:withObject:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ReplacingObject : Foundation.NSKeyedArchiver * Foundation.NSObject * Foundation.NSObject -> unit
override this.ReplacingObject : Foundation.NSKeyedArchiver * Foundation.NSObject * Foundation.NSObject -> unit

Parameters

archiver
NSKeyedArchiver
oldObject
NSObject
newObject
NSObject
Attributes

Applies to