OutputWindowEventsClass Classe

Définition

À usage interne Microsoft uniquement.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

public ref class OutputWindowEventsClass : EnvDTE::OutputWindowEvents
[Windows::Foundation::Metadata::WebHostHidden]
class OutputWindowEventsClass : EnvDTE::OutputWindowEvents
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispOutputWindowEvents\0")]
[System.Runtime.InteropServices.Guid("3760037F-B012-44F8-9C23-3609D7A16DEF")]
[System.Runtime.InteropServices.TypeLibType(2)]
public class OutputWindowEventsClass : EnvDTE.OutputWindowEvents
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispOutputWindowEvents\0")>]
[<System.Runtime.InteropServices.Guid("3760037F-B012-44F8-9C23-3609D7A16DEF")>]
[<System.Runtime.InteropServices.TypeLibType(2)>]
type OutputWindowEventsClass = class
    interface _OutputWindowEvents
    interface OutputWindowEvents
    interface _dispOutputWindowEvents_Event
Public Class OutputWindowEventsClass
Implements OutputWindowEvents
Héritage
OutputWindowEventsClass
Attributs
Implémente

Remarques

Reportez-vous à OutputWindowEvents pour cette fonctionnalité. N'instanciez pas cette classe.

Constructeurs

OutputWindowEventsClass()

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

À usage interne Microsoft uniquement.

Méthodes

add_PaneAdded(_dispOutputWindowEvents_PaneAddedEventHandler)
add_PaneClearing(_dispOutputWindowEvents_PaneClearingEventHandler)
add_PaneUpdated(_dispOutputWindowEvents_PaneUpdatedEventHandler)
remove_PaneAdded(_dispOutputWindowEvents_PaneAddedEventHandler)
remove_PaneClearing(_dispOutputWindowEvents_PaneClearingEventHandler)
remove_PaneUpdated(_dispOutputWindowEvents_PaneUpdatedEventHandler)

Événements

PaneAdded

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

Se produit lorsqu'un nouveau volet de la fenêtre Sortie est créé.

PaneClearing

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

Se produit lorsque tout le texte contenu dans un volet de la fenêtre Sortie est supprimé.

PaneUpdated

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

Se produit lorsqu'un nouveau texte est ajouté à un volet de la fenêtre Sortie.

S’applique à