IVsShellPropertyEvents::OnShellPropertyChange Method (Int32, Object^)
Visual Studio 2015
Called when a shell property changes.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- propid
-
Type:
System::Int32
[in] ID of the property that changed.
- var
-
Type:
System::Object^
[in] the new 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 vsshell.idl:
HRESULT IVsShellPropertyEvents::OnShellPropertyChange( [in] VSSPROPID propid, [in] VARIANT var);
Show: