Events2.OutputWindowEvents Property
Gets the OutputWindowEvents for the window events.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
ReadOnly Property OutputWindowEvents ( _
Pane As String _
) As OutputWindowEvents
OutputWindowEvents this[
string Pane
] { get; }
property OutputWindowEvents^ OutputWindowEvents[[InAttribute] String^ Pane] {
OutputWindowEvents^ get ([InAttribute] String^ Pane);
}
abstract OutputWindowEvents : OutputWindowEvents
JScript does not support indexed properties.
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.
Implements
Events.OutputWindowEvents[String]
Remarks
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.