WindowEventsClass, classe
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.
Hiérarchie d'héritage
System.Object
EnvDTE.WindowEventsClass
Espace de noms : EnvDTE
Assembly : EnvDTE (dans EnvDTE.dll)
Syntaxe
'Déclaration
<GuidAttribute("2E260FD4-C130-4E6D-8EBC-4A3BFD188181")> _
<ClassInterfaceAttribute()> _
Public Class WindowEventsClass _
Implements _WindowEvents, WindowEvents, _dispWindowEvents_Event
[GuidAttribute("2E260FD4-C130-4E6D-8EBC-4A3BFD188181")]
[ClassInterfaceAttribute()]
public class WindowEventsClass : _WindowEvents,
WindowEvents, _dispWindowEvents_Event
[GuidAttribute(L"2E260FD4-C130-4E6D-8EBC-4A3BFD188181")]
[ClassInterfaceAttribute()]
public ref class WindowEventsClass : _WindowEvents,
WindowEvents, _dispWindowEvents_Event
[<GuidAttribute("2E260FD4-C130-4E6D-8EBC-4A3BFD188181")>]
[<ClassInterfaceAttribute()>]
type WindowEventsClass =
class
interface _WindowEvents
interface WindowEvents
interface _dispWindowEvents_Event
end
public class WindowEventsClass implements _WindowEvents, WindowEvents, _dispWindowEvents_Event
Le type WindowEventsClass expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
WindowEventsClass | Infrastructure. Réservé à un usage interne Microsoft. |
Début
Méthodes
Nom | Description | |
---|---|---|
add_WindowActivated | Infrastructure. Réservé à un usage interne Microsoft. | |
add_WindowClosing | Infrastructure. Réservé à un usage interne Microsoft. | |
add_WindowCreated | Infrastructure. Réservé à un usage interne Microsoft. | |
add_WindowMoved | Infrastructure. Réservé à un usage interne Microsoft. | |
Equals | Détermine si l'objet spécifié est identique à l'objet actuel. (Hérité de Object.) | |
Finalize | Autorise un objet à tenter de libérer des ressources et d'exécuter d'autres opérations de nettoyage avant qu'il ne soit récupéré par l'opération garbage collection. (Hérité de Object.) | |
GetHashCode | Sert de fonction de hachage pour un type particulier. (Hérité de Object.) | |
GetType | Obtient le Type de l'instance actuelle. (Hérité de Object.) | |
MemberwiseClone | Crée une copie superficielle de l'objet Object actuel. (Hérité de Object.) | |
remove_WindowActivated | Infrastructure. Réservé à un usage interne Microsoft. | |
remove_WindowClosing | Infrastructure. Réservé à un usage interne Microsoft. | |
remove_WindowCreated | Infrastructure. Réservé à un usage interne Microsoft. | |
remove_WindowMoved | Infrastructure. Réservé à un usage interne Microsoft. | |
ToString | Retourne une chaîne qui représente l'objet actuel. (Hérité de Object.) |
Début
Événements
Nom | Description | |
---|---|---|
WindowActivated | Se produit lorsqu'une fenêtre reçoit le focus. | |
WindowClosing | Se produit juste avant la fermeture d'une fenêtre. | |
WindowCreated | Se produit lorsqu'une nouvelle fenêtre est créée. | |
WindowMoved | Se produit après le déplacement ou le redimensionnement d'une fenêtre. |
Début
Notes
Reportez-vous à WindowEvents pour cette fonctionnalité.N'instanciez pas à partir de cette classe.
Sécurité des threads
Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.