Bagikan melalui


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: 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).

.NET Framework Security

See Also

Reference

IVsSettingsStorageContainer Interface

Microsoft.VisualStudio.Shell.Interop Namespace