Share via


IVsShellPropertyEvents.OnShellPropertyChange Method

Called when a shell property changes.

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

Syntax

'Declaration
Function OnShellPropertyChange ( _
    propid As Integer, _
    var As Object _
) As Integer
int OnShellPropertyChange(
    int propid,
    Object var
)
int OnShellPropertyChange(
    [InAttribute] int propid, 
    [InAttribute] Object^ var
)
abstract OnShellPropertyChange : 
        propid:int * 
        var:Object -> int
function OnShellPropertyChange(
    propid : int, 
    var : Object
) : int

Parameters

  • propid
    Type: System.Int32

    [in] ID of the property that changed.

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsShellPropertyEvents::OnShellPropertyChange(
   [in] VSSPROPID propid, 
   [in] VARIANT var);

.NET Framework Security

See Also

Reference

IVsShellPropertyEvents Interface

Microsoft.VisualStudio.Shell.Interop Namespace