Partager via


Events2.OutputWindowEvents, propriété

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

Espace de noms :  EnvDTE80
Assembly :  EnvDTE80 (dans EnvDTE80.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 : 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

Events2 Interface

EnvDTE80, espace de noms