IVsSettingsStorageContainer.RemoveMultiKeyValue(String[], Int32) 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 specified key values.
public:
void RemoveMultiKeyValue(cli::array <System::String ^> ^ keys, int keyCount);
public:
void RemoveMultiKeyValue(Platform::Array <Platform::String ^> ^ keys, int keyCount);
void RemoveMultiKeyValue(std::Array <std::wstring const &> const & keys, int keyCount);
public void RemoveMultiKeyValue (string[] keys, int keyCount);
abstract member RemoveMultiKeyValue : string[] * int -> unit
Public Sub RemoveMultiKeyValue (keys As String(), keyCount As Integer)
Parameters
- keys
- String[]
The keys.
- keyCount
- Int32
The number of keys.
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).