IVsSettingsStorageContainer::GetValue Method (String^)

 

Gets a value for the specified key.

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

String^ GetValue(
	String^ key
)

Parameters

key
Type: System::String^

The key.

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: