IVsWindowView::SetProperty Method (Int32, Object^)
Visual Studio 2015
Set 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 set. A value from the __VSVPROPID enumeration.
- var
-
Type:
System::Object^
[in] A VARIANT containing the value to assign to the property.
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::SetProperty( [in] VSVPROPID propid, [in] VARIANT var );
Show: