NSManagedObjectContext.ObserveValueForKeyPath 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
觀察提供的物件和索引鍵路徑所識別的變更。
[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
- context
-
IntPtr
nativeint
- 屬性