EnvironmentRenderCapabilities.OnShellPropertyChange Method
Microsoft internal use only.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.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: System.Int32
- var
Type: System.Object
Return Value
Type: System.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.