Share via


Events.OutputWindowEvents, propriété

Obtient le OutputWindowEvents pour les événements de fenêtre.

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

Syntaxe

'Déclaration
ReadOnly Property OutputWindowEvents ( _
    Pane As String _
) As OutputWindowEvents
OutputWindowEvents this[
    string Pane
] { get; }
property OutputWindowEvents^ OutputWindowEvents[[InAttribute] String^ Pane] {
    OutputWindowEvents^ get ([InAttribute] String^ Pane);
}
abstract OutputWindowEvents : 
        Pane:string -> OutputWindowEvents with get
JScript ne prend pas en charge les propriétés indexées.

Paramètres

  • Pane
    Type : String

    Optionnel. Nom d'un volet de fenêtre Output. Si Pane est spécifié, l'objet OutputWindowEvents fournit uniquement les événements pour ce volet.

Valeur de propriété

Type : EnvDTE.OutputWindowEvents
Objet OutputWindowEvents.

Notes

Le volet n'a pas besoin d'exister lorsque l'objet OutputWindowEvents est créé. Si le volet est créé, les événements sont automatiquement fournis.

Sécurité .NET Framework

Voir aussi

Référence

Events Interface

EnvDTE, espace de noms