IVsSettingsStorageContainer::RemoveValue Method (String^)

 

Removes the value for the specified key.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

void RemoveValue(
	String^ key
)

Parameters

key
Type: System::String^

The key.

RemoveValue and RemoveMultiKeyValue can remove entire subcollections as well as individual string values. RemoveValue only searches values at the top level (not in subcollections).

Return to top
Show: