IVsPropertyBag.GetValue(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the value of a named property from the property bag.
public:
System::Object ^ GetValue(System::String ^ szName);
public:
Platform::Object ^ GetValue(Platform::String ^ szName);
winrt::Windows::Foundation::IInspectable GetValue(std::wstring const & szName);
public object GetValue (string szName);
abstract member GetValue : string -> obj
Public Function GetValue (szName As String) As Object
Parameters
- szName
- String
[in] Name of the property.
Returns
The value of the property. If the property is not in the bag, then E_INVALIDARG is returned.