IVsSettingsStorageContainer.GetMultiKeyValue(String[], Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a multi-key value.
public:
System::String ^ GetMultiKeyValue(cli::array <System::String ^> ^ keys, int keyCount);
public:
Platform::String ^ GetMultiKeyValue(Platform::Array <Platform::String ^> ^ keys, int keyCount);
std::wstring GetMultiKeyValue(std::Array <std::wstring const &> const & keys, int keyCount);
public string GetMultiKeyValue (string[] keys, int keyCount);
abstract member GetMultiKeyValue : string[] * int -> string
Public Function GetMultiKeyValue (keys As String(), keyCount As Integer) As String
Parameters
- keys
- String[]
The keys.
- keyCount
- Int32
The number of keys.
Returns
The value.
Remarks
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).