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