IVsSettingsStorageContainer::GetMultiKeyValue Method (array<String^>^, Int32)
Visual Studio 2015
Gets a multi-key value.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Parameters
- keys
-
Type:
array<System::String^>^
The keys.
- keyCount
-
Type:
System::Int32
The number of keys.
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).
Show: