_dispWindowEvents_WindowMovedEventHandler 대리자
이 API는 .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에서는 대리자를 지원하지 않습니다.
매개 변수
- Window
형식: EnvDTE.Window
창입니다.
- Top
형식: System.Int32
창의 맨 위입니다.
- Left
형식: System.Int32
창의 왼쪽입니다.
- Width
형식: System.Int32
창의 너비입니다.
- Height
형식: System.Int32
창의 높이입니다.