IVsSettingsStorageContainer::SetMultiKeyValue Method (array<String^>^, UInt32, String^)

 

Set multi-key values.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

void SetMultiKeyValue(
	array<String^>^ keys,
	unsigned int keyCount,
	String^ value
)

Parameters

keys
Type: array<System::String^>^

The keys.

keyCount
Type: System::UInt32

The number of keys.

value
Type: System::String^

The value.

Return to top
Show: