IVsStringMap::GetValue Method (String^, String^)

 

Returns the value for a named key.

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

int GetValue(
	String^ szKey,
	[OutAttribute] String^% pbstrValue
)

Parameters

szKey
Type: System::String^

[in] The key.

pbstrValue
Type: System::String^

[out] The value.

Return Value

Type: System::Int32

Returns S_OK if the value was returned.

Return to top
Show: