IVsSettingsStorageContainer.RemoveValue(String) 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.
Removes the value for the specified key.
public:
void RemoveValue(System::String ^ key);
public:
void RemoveValue(Platform::String ^ key);
void RemoveValue(std::wstring const & key);
public void RemoveValue (string key);
abstract member RemoveValue : string -> unit
Public Sub RemoveValue (key As String)
Parameters
- key
- String
The key.
Remarks
RemoveValue and RemoveMultiKeyValue can remove entire subcollections as well as individual string values. RemoveValue only searches values at the top level (not in subcollections).