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
参数
返回