NSObject.GetKeyPathsForValuesAffecting(NSString) Method

Definition

The key paths whose values affect the value of the specified key.

[Foundation.Export("keyPathsForValuesAffectingValueForKey:")]
public static Foundation.NSSet GetKeyPathsForValuesAffecting (Foundation.NSString key);
static member GetKeyPathsForValuesAffecting : Foundation.NSString -> Foundation.NSSet

Parameters

key
NSString

Name of the Objective-C property. It must be an ASCII name, start with a lowercase letter and contain no spaces.

Returns

Attributes

Applies to