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
‘선언
Public Function OnShellPropertyChange ( _
propid As Integer, _
var As Object _
) As Integer
public int OnShellPropertyChange(
int propid,
Object var
)
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.