NSManagedObject.WillAccessValueForKey(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 before the value for the property that is identified by key
is accessed.
[Foundation.Export("willAccessValueForKey:")]
public virtual void WillAccessValueForKey (string key);
abstract member WillAccessValueForKey : string -> unit
override this.WillAccessValueForKey : string -> unit
Parameters
- Attributes