다음을 통해 공유


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

특성

적용 대상