_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
- PaneFilter
Type: System.String
Property Value
Type: System.Object
The output window events.
.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.