_dispWindowEvents_SinkHelper.WindowMoved, méthode
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
Public Overridable Sub WindowMoved ( _
A_1 As Window, _
A_2 As Integer, _
A_3 As Integer, _
A_4 As Integer, _
A_5 As Integer _
)
public virtual void WindowMoved(
Window A_1,
int A_2,
int A_3,
int A_4,
int A_5
)
public:
virtual void WindowMoved(
Window^ A_1,
int A_2,
int A_3,
int A_4,
int A_5
)
abstract WindowMoved :
A_1:Window *
A_2:int *
A_3:int *
A_4:int *
A_5:int -> unit
override WindowMoved :
A_1:Window *
A_2:int *
A_3:int *
A_4:int *
A_5:int -> unit
public function WindowMoved(
A_1 : Window,
A_2 : int,
A_3 : int,
A_4 : int,
A_5 : int
)
Paramètres
A_1
Type : EnvDTE.Window
A_2
Type : Int32
A_3
Type : Int32
A_4
Type : Int32
A_5
Type : Int32
Implémentations
_dispWindowEvents.WindowMoved(Window, Int32, Int32, Int32, Int32)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.