Events2::OutputWindowEvents Property (String^)

 

Gets the OutputWindowEvents for the window events.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

property OutputWindowEvents^ default[
	String^ Pane = ""
] {
	OutputWindowEvents^ get(String^ Pane = "");
}

Parameters

Pane
Type: System::String^

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

Property Value

Type: EnvDTE::OutputWindowEvents^

An OutputWindowEvents object.

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

Return to top
Show: