CFPreferences.GetAppIntegerValue 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
GetAppIntegerValue(String, String) |
Gets the preference integer value that is identified by |
GetAppIntegerValue(String) |
Gets the preference integer value that is identified by |
GetAppIntegerValue(String, NSString) |
Gets the preference integer value that is identified by |
GetAppIntegerValue(String, String)
Gets the preference integer value that is identified by key
, for the specified application.
public static nint GetAppIntegerValue (string key, string applicationId);
static member GetAppIntegerValue : string * string -> nint
Parameters
- key
- String
- applicationId
- String
Returns
Applies to
GetAppIntegerValue(String)
Gets the preference integer value that is identified by key
, for the current application.
public static nint GetAppIntegerValue (string key);
static member GetAppIntegerValue : string -> nint
Parameters
- key
- String
Returns
Applies to
GetAppIntegerValue(String, NSString)
Gets the preference integer value that is identified by key
, for the specified application.
public static nint GetAppIntegerValue (string key, Foundation.NSString applicationId);
static member GetAppIntegerValue : string * Foundation.NSString -> nint
Parameters
- key
- String
- applicationId
- NSString