共用方式為


NSObject.GetKeyPathsForValuesAffecting(NSString) 方法

定義

索引鍵路徑,其值會影響指定索引鍵的值。

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

參數

key
NSString

Objective-C 屬性的名稱。 它必須是 ASCII 名稱,開頭為小寫字母且不包含空格。

傳回

屬性

適用於