Edit

Share via


CFPreferences.RemoveAppValue Method

Definition

Overloads

RemoveAppValue(String)

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

RemoveAppValue(String, NSString)

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

RemoveAppValue(String, String)

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

RemoveAppValue(String)

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

public static void RemoveAppValue (string key);
static member RemoveAppValue : string -> unit

Parameters

key
String

Applies to

RemoveAppValue(String, NSString)

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

public static void RemoveAppValue (string key, Foundation.NSString applicationId);
static member RemoveAppValue : string * Foundation.NSString -> unit

Parameters

key
String
applicationId
NSString

Applies to

RemoveAppValue(String, String)

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

public static void RemoveAppValue (string key, string applicationId);
static member RemoveAppValue : string * string -> unit

Parameters

key
String
applicationId
String

Applies to