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: UInt32The number of keys.
value
Type: StringThe value.
.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.