OutputWindowEvents Interface

Definition

Provides events for changes to the Output window.

public interface class OutputWindowEvents : EnvDTE::_dispOutputWindowEvents_Event, EnvDTE::_OutputWindowEvents
public interface class OutputWindowEvents : EnvDTE::_dispOutputWindowEvents_Event
public interface class OutputWindowEvents : EnvDTE::_dispOutputWindowEvents_Event, EnvDTE::_OutputWindowEvents
__interface OutputWindowEvents : EnvDTE::_dispOutputWindowEvents_Event, EnvDTE::_OutputWindowEvents
[System.Runtime.InteropServices.CoClass(typeof(EnvDTE.OutputWindowEventsClass))]
[System.Runtime.InteropServices.Guid("0A3546A8-6840-11D2-97C1-00C04FB6C6FF")]
public interface OutputWindowEvents : EnvDTE._dispOutputWindowEvents_Event, EnvDTE._OutputWindowEvents
[System.Runtime.InteropServices.CoClass(typeof(EnvDTE.OutputWindowEventsClass))]
[System.Runtime.InteropServices.Guid("0A3546A8-6840-11D2-97C1-00C04FB6C6FF")]
[System.Runtime.InteropServices.ComVisible(false)]
public interface OutputWindowEvents : EnvDTE._dispOutputWindowEvents_Event
[<System.Runtime.InteropServices.CoClass(typeof(EnvDTE.OutputWindowEventsClass))>]
[<System.Runtime.InteropServices.Guid("0A3546A8-6840-11D2-97C1-00C04FB6C6FF")>]
type OutputWindowEvents = interface
    interface _OutputWindowEvents
    interface _dispOutputWindowEvents_Event
[<System.Runtime.InteropServices.CoClass(typeof(EnvDTE.OutputWindowEventsClass))>]
[<System.Runtime.InteropServices.Guid("0A3546A8-6840-11D2-97C1-00C04FB6C6FF")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type OutputWindowEvents = interface
    interface _dispOutputWindowEvents_Event
Public Interface OutputWindowEvents
Implements _dispOutputWindowEvents_Event, _OutputWindowEvents
Public Interface OutputWindowEvents
Implements _dispOutputWindowEvents_Event
Derived
Attributes
Implements

Remarks

Use this object for functionality and refer to OutputWindowEvents for this object's documentation. The OutputWindowEvents object is returned by DTE.Events.

Methods

add_PaneAdded(_dispOutputWindowEvents_PaneAddedEventHandler) (Inherited from _dispOutputWindowEvents_Event)
add_PaneClearing(_dispOutputWindowEvents_PaneClearingEventHandler) (Inherited from _dispOutputWindowEvents_Event)
add_PaneUpdated(_dispOutputWindowEvents_PaneUpdatedEventHandler) (Inherited from _dispOutputWindowEvents_Event)
remove_PaneAdded(_dispOutputWindowEvents_PaneAddedEventHandler) (Inherited from _dispOutputWindowEvents_Event)
remove_PaneClearing(_dispOutputWindowEvents_PaneClearingEventHandler) (Inherited from _dispOutputWindowEvents_Event)
remove_PaneUpdated(_dispOutputWindowEvents_PaneUpdatedEventHandler) (Inherited from _dispOutputWindowEvents_Event)

Events

PaneAdded

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

Microsoft Internal Use Only.

(Inherited from _dispOutputWindowEvents_Event)
PaneClearing

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

Microsoft Internal Use Only.

(Inherited from _dispOutputWindowEvents_Event)
PaneUpdated

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

Microsoft Internal Use Only.

(Inherited from _dispOutputWindowEvents_Event)

Applies to