CFPreferences.RemoveAppValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RemoveAppValue(String) |
Removes the preference value that is identified by |
RemoveAppValue(String, NSString) |
Removes the preference value that is identified by |
RemoveAppValue(String, String) |
Removes the preference value that is identified by |
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