IVsSettingsStorageContainer::GetMultiKeyValue Method (array<String^>^, Int32)

 

Gets a multi-key value.

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

String^ GetMultiKeyValue(
	array<String^>^ keys,
	int keyCount
)

Parameters

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

The keys.

keyCount
Type: System::Int32

The number of keys.

Return Value

Type: System::String^

The value.

GetValue and GetMultiKeyValue return E_INVALIDARG if there is no map entry with the given key name or if the name identifies a subcollection rather than a string. GetValue only searches values at the top level (not in subcollections).

Return to top
Show: