Events.OutputWindowEvents[String] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.