IVsPropertyBag::GetValue Method (String^)
Visual Studio 2015
Retrieves the value of a named property from the property bag.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
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.
Show: