Share via


NSManagedObject.DidAccessValueForKey(String) Method

Definition

Method that is called when the value for the property that is identified by key is accessed.

[Foundation.Export("didAccessValueForKey:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidAccessValueForKey(string? key);
[<Foundation.Export("didAccessValueForKey:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidAccessValueForKey : string -> unit
override this.DidAccessValueForKey : string -> unit

Parameters

key
String

To be added.

This parameter can be null.

Attributes

Applies to