Compartir a través de


_dispWindowEvents_SinkHelper.WindowMoved (Método)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Sólo para uso interno de Microsoft.

Espacio de nombres:  EnvDTE
Ensamblado:  EnvDTE (en EnvDTE.dll)

Sintaxis

'Declaración
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
)

Parámetros

Implementaciones

_dispWindowEvents.WindowMoved(Window, Int32, Int32, Int32, Int32)

Seguridad de .NET Framework

Vea también

Referencia

_dispWindowEvents_SinkHelper Clase

EnvDTE (Espacio de nombres)