Partager via


Events2.OutputWindowEvents, propriété (String)

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
    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.

Implémentations

Events.OutputWindowEvents[String]

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

OutputWindowEvents, surcharge

EnvDTE80, espace de noms