Events.OutputWindowEvents[String] Property

Definition

Gets the OutputWindowEvents for the window events.

public:
 property EnvDTE::OutputWindowEvents ^ OutputWindowEvents[System::String ^] { EnvDTE::OutputWindowEvents ^ get(System::String ^ Pane); };
[System.Runtime.InteropServices.DispId(305)]
public EnvDTE.OutputWindowEvents OutputWindowEvents[string Pane = ""] { [System.Runtime.InteropServices.DispId(305)] get; }
[<System.Runtime.InteropServices.DispId(305)>]
[<get: System.Runtime.InteropServices.DispId(305)>]
member this.OutputWindowEvents(string) : EnvDTE.OutputWindowEvents
Public ReadOnly Property OutputWindowEvents(Optional Pane As String = "") As OutputWindowEvents

Parameters

Pane
String

Optional. The name of an Output windowpane. If Pane is supplied, the OutputWindowEvents object only provides events for that pane.

Property Value

An OutputWindowEvents object.

Attributes

Remarks

The pane does not need to exist when the OutputWindowEvents object is created. If the pane is created, then events are automatically provided for it.

Applies to