共用方式為


NSObject.AutomaticallyNotifiesObserversForKey(String) 方法

定義

這個物件是否提供指定索引鍵的索引鍵/值通知。

[Foundation.Export("automaticallyNotifiesObserversForKey:")]
public static bool AutomaticallyNotifiesObserversForKey (string key);
static member AutomaticallyNotifiesObserversForKey : string -> bool

參數

key
String

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

傳回

屬性

適用於