NSUserDefaults.ObjectIsForced 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ObjectIsForced(String) |
如果指定的金鑰是由系統管理員管理,則為 True。 |
ObjectIsForced(String, String) |
如果指定的金鑰是由系統管理員管理,則為 True。 |
ObjectIsForced(String)
如果指定的金鑰是由系統管理員管理,則為 True。
[Foundation.Export("objectIsForcedForKey:")]
public virtual bool ObjectIsForced(string key);
abstract member ObjectIsForced : string -> bool
override this.ObjectIsForced : string -> bool
參數
- key
- String
要測試的索引鍵。
傳回
true
如果與此金鑰相關聯的值是由系統管理員管理,則傳回 。
- 屬性
備註
適用於
ObjectIsForced(String, String)
如果指定的金鑰是由系統管理員管理,則為 True。
[Foundation.Export("objectIsForcedForKey:inDomain:")]
public virtual bool ObjectIsForced(string key, string domain);
abstract member ObjectIsForced : string * string -> bool
override this.ObjectIsForced : string * string -> bool
參數
- key
- String
要測試的索引鍵。
- domain
- String
金鑰的網域。
傳回
true
如果與此金鑰相關聯的值是由系統管理員管理,則傳回 。
- 屬性