Edytuj

Udostępnij za pośrednictwem


CFPreferences.GetAppValue Method

Definition

Overloads

GetAppValue(String)

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

GetAppValue(String, NSString)

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

GetAppValue(String, String)

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

GetAppValue(String)

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

public static object GetAppValue (string key);
static member GetAppValue : string -> obj

Parameters

key
String

Returns

Applies to

GetAppValue(String, NSString)

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

public static object GetAppValue (string key, Foundation.NSString applicationId);
static member GetAppValue : string * Foundation.NSString -> obj

Parameters

key
String
applicationId
NSString

Returns

Applies to

GetAppValue(String, String)

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

public static object GetAppValue (string key, string applicationId);
static member GetAppValue : string * string -> obj

Parameters

key
String
applicationId
String

Returns

Applies to