IVsSettingsStorageContainer::RemoveMultiKeyValue Method (array<String^>^, Int32)
Visual Studio 2015
Removes the specified key values.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
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).
Show: