Delegato _dispWindowEvents_WindowMovedEventHandler
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Solo per utilizzo interno di Microsoft.
Spazio dei nomi: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Sintassi
'Dichiarazione
<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 non supporta i delegati.
Parametri
- Window
Tipo: EnvDTE.Window
Finestra.
- Top
Tipo: System.Int32
Parte superiore della finestra.
- Left
Tipo: System.Int32
Lato sinistro della finestra.
- Width
Tipo: System.Int32
Larghezza della finestra.
- Height
Tipo: System.Int32
Altezza della finestra.