Поделиться через


_dispWindowEvents.WindowMoved - метод

Этот API поддерживает платформу .NET Framework и не должен вызываться непосредственно из вашего кода.

Только для внутреннего использования в корпорации Майкрософт.

Пространство имен:  EnvDTE
Сборка:  EnvDTE (в EnvDTE.dll)

Синтаксис

'Декларация
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
)

Параметры

  • Top
    Тип: System.Int32
    Верхняя часть окна.

Безопасность платформы .NET Framework

См. также

Ссылки

_dispWindowEvents Интерфейс

EnvDTE - пространство имен