IVsSettingsStorageContainer.RemoveValue(String) Method

Definition

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).

Applies to