IVsWindowView::GetProperty Method (Int32, Object^)
Visual Studio 2015
Retrieves the value of a property.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- propid
-
Type:
System::Int32
[in] Integer. The property to retrieve. A value from the __VSVPROPID enumeration.
- pvar
-
Type:
System::Object^
[out] Pointer to a VARIANT containing the property's value.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsWindowView::GetProperty(
[in] VSVPROPID propid,
[out] VARIANT *pvar
);
Show: