OutputWindowEventsClass, 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.OutputWindowEventsClass
Espace de noms : EnvDTE
Assembly : EnvDTE (dans EnvDTE.dll)
Syntaxe
'Déclaration
<ClassInterfaceAttribute()> _
<GuidAttribute("3760037F-B012-44F8-9C23-3609D7A16DEF")> _
Public Class OutputWindowEventsClass _
Implements _OutputWindowEvents, OutputWindowEvents, _dispOutputWindowEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute("3760037F-B012-44F8-9C23-3609D7A16DEF")]
public class OutputWindowEventsClass : _OutputWindowEvents,
OutputWindowEvents, _dispOutputWindowEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute(L"3760037F-B012-44F8-9C23-3609D7A16DEF")]
public ref class OutputWindowEventsClass : _OutputWindowEvents,
OutputWindowEvents, _dispOutputWindowEvents_Event
[<ClassInterfaceAttribute()>]
[<GuidAttribute("3760037F-B012-44F8-9C23-3609D7A16DEF")>]
type OutputWindowEventsClass =
class
interface _OutputWindowEvents
interface OutputWindowEvents
interface _dispOutputWindowEvents_Event
end
public class OutputWindowEventsClass implements _OutputWindowEvents, OutputWindowEvents, _dispOutputWindowEvents_Event
Le type OutputWindowEventsClass expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
OutputWindowEventsClass | Infrastructure. Réservé à un usage interne Microsoft. |
Début
Méthodes
Nom | Description | |
---|---|---|
add_PaneAdded | Infrastructure. Réservé à un usage interne Microsoft. | |
add_PaneClearing | Infrastructure. Réservé à un usage interne Microsoft. | |
add_PaneUpdated | Infrastructure. Réservé à un usage interne Microsoft. | |
Equals | Détermine si l'Object spécifié est égal à l'Object en cours. (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 actif. (Hérité de Object.) | |
remove_PaneAdded | Infrastructure. Réservé à un usage interne Microsoft. | |
remove_PaneClearing | Infrastructure. Réservé à un usage interne Microsoft. | |
remove_PaneUpdated | 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 | |
---|---|---|
PaneAdded | Se produit lorsqu'un nouveau volet de la fenêtre Sortie est créé. | |
PaneClearing | Se produit lorsque tout le texte contenu dans un volet de la fenêtre Sortie est supprimé. | |
PaneUpdated | Se produit lorsqu'un nouveau texte est ajouté à un volet de la fenêtre Sortie. |
Début
Notes
Reportez-vous à OutputWindowEvents pour cette fonctionnalité. N'instanciez pas 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.