Freigeben über


_dispWindowEvents.WindowMoved-Methode

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Nur für die interne Verwendung durch Microsoft vorgesehen.

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
)

Parameter

  • Top
    Typ: Int32

    Der obere Bereich des Fensters.

  • Left
    Typ: Int32

    Die linke Seite des Fensters.

  • Width
    Typ: Int32

    Die Breite des Fensters.

  • Height
    Typ: Int32

    Die Höhe des Fensters.

.NET Framework-Sicherheit

Siehe auch

Referenz

_dispWindowEvents Schnittstelle

EnvDTE-Namespace