OutputWindowEvents, interface

Fournit des événements pour les modifications apportées à la fenêtre Sortie.

Espace de noms :  EnvDTE
Assembly :  EnvDTE (dans EnvDTE.dll)

Syntaxe

'Déclaration
<GuidAttribute("0A3546A8-6840-11D2-97C1-00C04FB6C6FF")> _
Public Interface OutputWindowEvents _
    Inherits _OutputWindowEvents, _dispOutputWindowEvents_Event
[GuidAttribute("0A3546A8-6840-11D2-97C1-00C04FB6C6FF")]
public interface OutputWindowEvents : _OutputWindowEvents, 
    _dispOutputWindowEvents_Event
[GuidAttribute(L"0A3546A8-6840-11D2-97C1-00C04FB6C6FF")]
public interface class OutputWindowEvents : _OutputWindowEvents, 
    _dispOutputWindowEvents_Event
[<GuidAttribute("0A3546A8-6840-11D2-97C1-00C04FB6C6FF")>]
type OutputWindowEvents =  
    interface
        interface _OutputWindowEvents
        interface _dispOutputWindowEvents_Event
    end
public interface OutputWindowEvents extends _OutputWindowEvents, _dispOutputWindowEvents_Event

Le type OutputWindowEvents expose les membres suivants.

Méthodes

  Nom Description
Méthode publique add_PaneAdded Infrastructure. Réservé à un usage interne Microsoft. (Hérité de _dispOutputWindowEvents_Event.)
Méthode publique add_PaneClearing Infrastructure. Réservé à un usage interne Microsoft. (Hérité de _dispOutputWindowEvents_Event.)
Méthode publique add_PaneUpdated Infrastructure. Réservé à un usage interne Microsoft. (Hérité de _dispOutputWindowEvents_Event.)
Méthode publique remove_PaneAdded Infrastructure. Réservé à un usage interne Microsoft. (Hérité de _dispOutputWindowEvents_Event.)
Méthode publique remove_PaneClearing Infrastructure. Réservé à un usage interne Microsoft. (Hérité de _dispOutputWindowEvents_Event.)
Méthode publique remove_PaneUpdated Infrastructure. Réservé à un usage interne Microsoft. (Hérité de _dispOutputWindowEvents_Event.)

Début

Événements

  Nom Description
Événement public PaneAdded Infrastructure. Réservé à un usage interne Microsoft. (Hérité de _dispOutputWindowEvents_Event.)
Événement public PaneClearing Infrastructure. Réservé à un usage interne Microsoft. (Hérité de _dispOutputWindowEvents_Event.)
Événement public PaneUpdated Infrastructure. Réservé à un usage interne Microsoft. (Hérité de _dispOutputWindowEvents_Event.)

Début

Notes

Utilisez cet objet pour les fonctionnalités et reportez-vous à OutputWindowEvents pour avoir de la documentation sur cet objet.L'objet OutputWindowEvents est retourné par DTE.Events.

Voir aussi

Référence

EnvDTE, espace de noms