NSManagedObjectContext.ObserveValueForKeyPath 方法

定义

观察由提供的 对象和键路径标识的 对象,以便进行更改。

[Foundation.Export("observeValueForKeyPath:ofObject:change:context:")]
public virtual void ObserveValueForKeyPath (string keyPath, IntPtr object1, Foundation.NSDictionary change, IntPtr context);
abstract member ObserveValueForKeyPath : string * nativeint * Foundation.NSDictionary * nativeint -> unit
override this.ObserveValueForKeyPath : string * nativeint * Foundation.NSDictionary * nativeint -> unit

参数

keyPath
String
object1
IntPtr

nativeint

change
NSDictionary

内容待定。

此参数可以为 null

context
IntPtr

nativeint

属性

适用于