Partager 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
    Get
OutputWindowEvents this[
    string Pane
] { get; }
property OutputWindowEvents^ OutputWindowEvents[[InAttribute] String^ Pane] {
    OutputWindowEvents^ get ([InAttribute] String^ Pane);
}
abstract OutputWindowEvents : OutputWindowEvents
JScript ne prend pas en charge les propriétés indexées.

Paramètres

  • Pane
    Type : System.String
    Facultatif.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