共用方式為


CFPreferences.AppValueIsForced 方法

定義

多載

AppValueIsForced(String)

true如果使用者無法變更目前應用程式所 key 識別的喜好設定,則傳回 。 否則為 false。

AppValueIsForced(String, NSString)

true如果使用者無法針對 所識別的應用程式變更 所 key 識別 applicationId 的喜好設定,則傳回 。 否則為 false。

AppValueIsForced(String, String)

true如果使用者無法針對 所識別的應用程式變更 所 key 識別 applicationId 的喜好設定,則傳回 。 否則為 false。

AppValueIsForced(String)

true如果使用者無法變更目前應用程式所 key 識別的喜好設定,則傳回 。 否則為 false。

public static bool AppValueIsForced (string key);
static member AppValueIsForced : string -> bool

參數

key
String

傳回

適用於

AppValueIsForced(String, NSString)

true如果使用者無法針對 所識別的應用程式變更 所 key 識別 applicationId 的喜好設定,則傳回 。 否則為 false。

public static bool AppValueIsForced (string key, Foundation.NSString applicationId);
static member AppValueIsForced : string * Foundation.NSString -> bool

參數

key
String
applicationId
NSString

傳回

適用於

AppValueIsForced(String, String)

true如果使用者無法針對 所識別的應用程式變更 所 key 識別 applicationId 的喜好設定,則傳回 。 否則為 false。

public static bool AppValueIsForced (string key, string applicationId);
static member AppValueIsForced : string * string -> bool

參數

key
String
applicationId
String

傳回

適用於