共用方式為


_dispWindowEvents_WindowMovedEventHandler 委派

這個應用程式開發介面支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

僅限 Microsoft 內部使用。

命名空間:  EnvDTE
組件:  EnvDTE (在 EnvDTE.dll 中)

語法

'宣告
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispWindowEvents_WindowMovedEventHandler ( _
    Window As Window, _
    Top As Integer, _
    Left As Integer, _
    Width As Integer, _
    Height As Integer _
)
[ComVisibleAttribute(false)]
public delegate void _dispWindowEvents_WindowMovedEventHandler(
    Window Window,
    int Top,
    int Left,
    int Width,
    int Height
)
[ComVisibleAttribute(false)]
public delegate void _dispWindowEvents_WindowMovedEventHandler(
    [InAttribute] Window^ Window, 
    [InAttribute] int Top, 
    [InAttribute] int Left, 
    [InAttribute] int Width, 
    [InAttribute] int Height
)
[<ComVisibleAttribute(false)>]
type _dispWindowEvents_WindowMovedEventHandler = 
    delegate of  
        Window:Window * 
        Top:int * 
        Left:int * 
        Width:int * 
        Height:int -> unit
JScript 不支援委派。

參數

  • Top
    類型:Int32

    視窗頂端。

  • Left
    類型:Int32

    視窗左側。

  • Width
    類型:Int32

    視窗的寬度。

  • Height
    類型:Int32

    視窗的高度。

請參閱

參考

EnvDTE 命名空間