IVsSettingsStorageContainer::GetValue Method (String^)
Visual Studio 2015
Gets a value for the specified key.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Parameters
- key
-
Type:
System::String^
The key.
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: