Edytuj

Udostępnij za pośrednictwem


CFPreferences.GetAppIntegerValue Method

Definition

Overloads

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 nint GetAppIntegerValue (string key, string applicationId);
static member GetAppIntegerValue : string * string -> nint

Parameters

key
String
applicationId
String

Returns

System.System.IntPtr System.nativeint

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

System.System.IntPtr System.nativeint

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

Returns

System.System.IntPtr System.nativeint

Applies to