IVsPropertyBag::GetValue Method (String^)

 

Retrieves the value of a named property from the property bag.

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

Object^ GetValue(
	String^ szName
)

Parameters

szName
Type: System::String^

[in] Name of the property.

Return Value

Type: System::Object^

The value of the property. If the property is not in the bag, then E_INVALIDARG is returned.

Return to top
Show: