IVsSettingsStorageContainer.RemoveMultiKeyValue Method
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)
Syntax
'Declaration
Sub RemoveMultiKeyValue ( _
keys As String(), _
keyCount As Integer _
)
void RemoveMultiKeyValue(
string[] keys,
int keyCount
)
void RemoveMultiKeyValue(
[InAttribute] array<String^>^ keys,
[InAttribute] int keyCount
)
abstract RemoveMultiKeyValue :
keys:string[] *
keyCount:int -> unit
function RemoveMultiKeyValue(
keys : String[],
keyCount : int
)
Parameters
keys
Type: array<String[]The keys.
keyCount
Type: Int32The 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).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.