Partilhar via


Método _dispWindowEvents.WindowMoved

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Somente para uso interno da Microsoft.

Namespace:  EnvDTE
Assembly:  EnvDTE (em EnvDTE.dll)

Sintaxe

'Declaração
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
)

Parâmetros

  • Top
    Tipo: Int32

    Na parte superior da janela.

  • Left
    Tipo: Int32

    O lado esquerdo da janela.

  • Width
    Tipo: Int32

    A largura da janela.

  • Height
    Tipo: Int32

    A altura da janela.

Segurança do .NET Framework

Consulte também

Referência

_dispWindowEvents Interface

Namespace EnvDTE