CFPreferences.AppValueIsForced 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
AppValueIsForced(String)
true
如果使用者無法變更目前應用程式所 key
識別的喜好設定,則傳回 。 否則為 false。
public static bool AppValueIsForced (string key);
static member AppValueIsForced : string -> bool
參數
傳回
AppValueIsForced(String, NSString)
true
如果使用者無法針對 所識別的應用程式變更 所 key
識別 applicationId
的喜好設定,則傳回 。 否則為 false。
public static bool AppValueIsForced (string key, Foundation.NSString applicationId);
static member AppValueIsForced : string * Foundation.NSString -> bool
參數
傳回
AppValueIsForced(String, String)
true
如果使用者無法針對 所識別的應用程式變更 所 key
識別 applicationId
的喜好設定,則傳回 。 否則為 false。
public static bool AppValueIsForced (string key, string applicationId);
static member AppValueIsForced : string * string -> bool
參數
傳回