IVsSettingsStorageContainer::RemoveMultiKeyValue Method (array<String^>^, Int32)

 

Removes the specified key values.

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

void RemoveMultiKeyValue(
	array<String^>^ keys,
	int keyCount
)

Parameters

keys
Type: array<System::String^>^

The keys.

keyCount
Type: System::Int32

The number of keys.

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: