Edytuj

Udostępnij za pośrednictwem


CFPreferences.SetAppValue Method

Definition

Overloads

SetAppValue(String, Object, NSString)

Sets a key-value preference pair for the specified application.

SetAppValue(String, Object)

Sets a key-value preference pair for the current application.

SetAppValue(String, Object, String)

Sets a key-value preference pair for the specified application.

SetAppValue(String, Object, NSString)

Sets a key-value preference pair for the specified application.

public static void SetAppValue (string key, object value, Foundation.NSString applicationId);
static member SetAppValue : string * obj * Foundation.NSString -> unit

Parameters

key
String
value
Object
applicationId
NSString

Applies to

SetAppValue(String, Object)

Sets a key-value preference pair for the current application.

public static void SetAppValue (string key, object value);
static member SetAppValue : string * obj -> unit

Parameters

key
String
value
Object

Applies to

SetAppValue(String, Object, String)

Sets a key-value preference pair for the specified application.

public static void SetAppValue (string key, object value, string applicationId);
static member SetAppValue : string * obj * string -> unit

Parameters

key
String
value
Object
applicationId
String

Applies to