_dispWindowEvents_WindowMovedEventHandler デリゲート
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
マイクロソフト内部でのみ使用します。
名前空間: 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 では、デリゲートは使用できません。
パラメーター
- Window
型 : EnvDTE.Window
ウィンドウ。
- Top
型 : System.Int32
ウィンドウの上部。
- Left
型 : System.Int32
ウィンドウの左側。
- Width
型 : System.Int32
ウィンドウの幅。
- Height
型 : System.Int32
ウィンドウの高さ。