CFPreferences.GetAppBooleanValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetAppBooleanValue(String) |
Gets the preference Boolean value that is identified by |
GetAppBooleanValue(String, NSString) |
Gets the preference Boolean value that is identified by |
GetAppBooleanValue(String, String) |
Gets the preference Boolean value that is identified by |
GetAppBooleanValue(String)
GetAppBooleanValue(String, NSString)
Gets the preference Boolean value that is identified by key
, for the specified application.
public static bool GetAppBooleanValue (string key, Foundation.NSString applicationId);
static member GetAppBooleanValue : string * Foundation.NSString -> bool
Parameters
- key
- String
- applicationId
- NSString