Share via


IVsSettingsStorageContainer.SetMultiKeyValue Method

Set multi-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 SetMultiKeyValue ( _
    keys As String(), _
    keyCount As UInteger, _
    value As String _
)
void SetMultiKeyValue(
    string[] keys,
    uint keyCount,
    string value
)
void SetMultiKeyValue(
    [InAttribute] array<String^>^ keys, 
    [InAttribute] unsigned int keyCount, 
    [InAttribute] String^ value
)
abstract SetMultiKeyValue : 
        keys:string[] * 
        keyCount:uint32 * 
        value:string -> unit
function SetMultiKeyValue(
    keys : String[], 
    keyCount : uint, 
    value : String
)

Parameters

  • keys
    Type: array<String[]

    The keys.

  • keyCount
    Type: UInt32

    The number of keys.

  • value
    Type: String

    The value.

.NET Framework Security

See Also

Reference

IVsSettingsStorageContainer Interface

Microsoft.VisualStudio.Shell.Interop Namespace