IVsShellPropertyEvents::OnShellPropertyChange Method (Int32, Object^)

 

Called when a shell property changes.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int OnShellPropertyChange(
	int propid,
	Object^ var
)

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::Int32

If 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);

Return to top
Show: