_OutputWindowEventsRoot.OutputWindowEvents Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

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

Syntax

'Declaration
ReadOnly Property OutputWindowEvents ( _
    PaneFilter As String _
) As Object
Object this[
    string PaneFilter
] { get; }
property Object^ OutputWindowEvents[[InAttribute] String^ PaneFilter] {
    Object^ get ([InAttribute] String^ PaneFilter);
}
abstract OutputWindowEvents : Object
JScript does not support indexed properties.

Parameters

Property Value

Type: System.Object
The output window events.

.NET Framework Security

See Also

Reference

_OutputWindowEventsRoot Interface

EnvDTE Namespace