NSManagedObject.PrimitiveValueForKey(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.
Returns the receiver's internal primitive value for the property that is specified by the provided key
.
[Foundation.Export("primitiveValueForKey:")]
public virtual IntPtr PrimitiveValueForKey (string key);
abstract member PrimitiveValueForKey : string -> nativeint
override this.PrimitiveValueForKey : string -> nativeint
Parameters
- key
- String
Returns
IntPtr
nativeint
- Attributes