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
Public Overridable Sub WindowMoved ( _
A_1 As Window, _
A_2 As Integer, _
A_3 As Integer, _
A_4 As Integer, _
A_5 As Integer _
)
public virtual void WindowMoved(
Window A_1,
int A_2,
int A_3,
int A_4,
int A_5
)
public:
virtual void WindowMoved(
Window^ A_1,
int A_2,
int A_3,
int A_4,
int A_5
)
abstract WindowMoved :
A_1:Window *
A_2:int *
A_3:int *
A_4:int *
A_5:int -> unit
override WindowMoved :
A_1:Window *
A_2:int *
A_3:int *
A_4:int *
A_5:int -> unit
public function WindowMoved(
A_1 : Window,
A_2 : int,
A_3 : int,
A_4 : int,
A_5 : int
)
Parameters
- A_1
Type: EnvDTE.Window
- A_2
Type: System.Int32
- A_3
Type: System.Int32
- A_4
Type: System.Int32
- A_5
Type: System.Int32
Implements
_dispWindowEvents.WindowMoved(Window, Int32, Int32, Int32, Int32)
.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.