ID
Top
Expand Minimize
This topic has not yet been rated - Rate this topic

OutputWindowEvents Property

Visual Studio .NET 2003

Returns the OutputWindowEvents Object for the window events.

[Visual Basic .NET]
Public ReadOnly Property OutputWindowEvents( _
   Optional ByVal Pane As String = "" _
) As OutputWindowEvents
[Visual Basic 6]
Property Get OutputWindowEvents( _
   Optional ByVal Pane As String = "" _
) As OutputWindowEvents
[C++]
HRESULT __stdcall get_OutputWindowEvents(
   BSTR Pane,
   /* [out, retval] */ OutputWindowEvents** retVal
);
[C#]
public OutputWindowEvents OutputWindowEvents(
   string Pane
) {get;}
[JScript .NET]
public function get OutputWindowEvents(
   Pane : String
) : OutputWindowEvents

Parameters

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

Remarks

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

See Also

Applies To: Events Object

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.