Share via


NSManagedObject.ObservationInfo Property

Definition

Gets the KVO information for the object.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr ObservationInfo { [Foundation.Export("observationInfo")] get; [Foundation.Export("setObservationInfo:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("observationInfo")>]
[<set: Foundation.Export("setObservationInfo:")>]
member this.ObservationInfo : nativeint with get, set

Property Value

IntPtr

nativeint

Attributes

Applies to