Microsoft internal use only.
Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Function OnShellPropertyChange ( _
    propid As Integer, _
    var As Object _
) As Integer
public int OnShellPropertyChange(
    int propid,
    Object var
)
public:
virtual int OnShellPropertyChange(
    int propid, 
    Object^ var
) sealed
abstract OnShellPropertyChange : 
        propid:int * 
        var:Object -> int  
override OnShellPropertyChange : 
        propid:int * 
        var:Object -> int
public final function OnShellPropertyChange(
    propid : int, 
    var : Object
) : int
Parameters
- propid
Type: Int32 
- var
Type: Object 
Return Value
Type: Int32
Implements
IVsShellPropertyEvents.OnShellPropertyChange(Int32, Object)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.