Share via


CFPreferences.GetAppIntegerValue Method

Definition

Overloads

Name Description
GetAppIntegerValue(String, String)

Gets the preference integer value that is identified by key, for the specified application.

GetAppIntegerValue(String)

Gets the preference integer value that is identified by key, for the current application.

GetAppIntegerValue(String, NSString)

Gets the preference integer value that is identified by key, for the specified application.

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

IntPtr

nativeint

Applies to

GetAppIntegerValue(String)

Gets the preference integer value that is identified by key, for the current application.

public static IntPtr GetAppIntegerValue(string key);
static member GetAppIntegerValue : string -> nativeint

Parameters

key
String

Returns

IntPtr

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

IntPtr

nativeint

Applies to