_dispWindowEvents_WindowMovedEventHandler, délégué
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Réservé à un usage interne Microsoft.
Espace de noms : EnvDTE
Assembly : EnvDTE (dans EnvDTE.dll)
Syntaxe
'Déclaration
<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 ne prend pas en charge les délégués.
Paramètres
- Window
Type : EnvDTE.Window
Fenêtre.
- Top
Type : System.Int32
Haut de la fenêtre.
- Left
Type : System.Int32
Côté gauche de la fenêtre.
- Width
Type : System.Int32
Largeur de la fenêtre.
- Height
Type : System.Int32
Hauteur de la fenêtre.