NSManagedObject.DidAccessValueForKey(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method that is called when the value for the property that is identified by key
is accessed.
[Foundation.Export("didAccessValueForKey:")]
public virtual void DidAccessValueForKey (string key);
abstract member DidAccessValueForKey : string -> unit
override this.DidAccessValueForKey : string -> unit
Parameters
- Attributes