Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Sub WindowMoved ( _
Window As Window, _
Top As Integer, _
Left As Integer, _
Width As Integer, _
Height As Integer _
)
void WindowMoved(
Window Window,
int Top,
int Left,
int Width,
int Height
)
void WindowMoved(
[InAttribute] Window^ Window,
[InAttribute] int Top,
[InAttribute] int Left,
[InAttribute] int Width,
[InAttribute] int Height
)
abstract WindowMoved :
Window:Window *
Top:int *
Left:int *
Width:int *
Height:int -> unit
function WindowMoved(
Window : Window,
Top : int,
Left : int,
Width : int,
Height : int
)
Parameters
- Window
Type: EnvDTE.Window
The window.
- Top
Type: System.Int32
The top of the window.
- Left
Type: System.Int32
The left side of the window.
- Width
Type: System.Int32
The width of the window.
- Height
Type: System.Int32
The height of the window.
.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.