EnvironmentRenderCapabilities.OnShellPropertyChange Method
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Déclaration
Public Function OnShellPropertyChange ( _
propid As Integer, _
var As Object _
) As Integer
'Utilisation
Dim instance As EnvironmentRenderCapabilities
Dim propid As Integer
Dim var As Object
Dim returnValue As Integer
returnValue = instance.OnShellPropertyChange(propid, _
var)
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.
See Also
Reference
EnvironmentRenderCapabilities Class