IVsOutputGroup2::get_Property Method (String^, Object^)
Visual Studio 2015
Gets the value of a property.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- pszProperty
-
Type:
System::String^
[in] The name of the property to get.
- pvar
-
Type:
System::Object^
[out] Pointer to the value of the property.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
HRESULT get_Property(
[in] LPCOLESTR pszProperty,
[out] VARIANT* pvar
);
Show: