Share via


NSKeyedUnarchiverDelegate.ReplacingObject メソッド

定義

[Foundation.Export("unarchiver:willReplaceObject:withObject:")]
public virtual void ReplacingObject (Foundation.NSKeyedUnarchiver unarchiver, Foundation.NSObject oldObject, Foundation.NSObject newObject);
abstract member ReplacingObject : Foundation.NSKeyedUnarchiver * Foundation.NSObject * Foundation.NSObject -> unit
override this.ReplacingObject : Foundation.NSKeyedUnarchiver * Foundation.NSObject * Foundation.NSObject -> unit

パラメーター

unarchiver
NSKeyedUnarchiver
oldObject
NSObject
newObject
NSObject
属性

適用対象