OutputWindowEventsClass Class

Definition

Microsoft Internal Use Only.

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

public ref class OutputWindowEventsClass : EnvDTE::OutputWindowEvents
public ref class OutputWindowEventsClass
[Windows::Foundation::Metadata::WebHostHidden]
class OutputWindowEventsClass : EnvDTE::OutputWindowEvents
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispOutputWindowEvents\0")]
[System.Runtime.InteropServices.Guid("3760037F-B012-44F8-9C23-3609D7A16DEF")]
[System.Runtime.InteropServices.TypeLibType(2)]
public class OutputWindowEventsClass : EnvDTE.OutputWindowEvents
[System.Runtime.InteropServices.Guid("3760037F-B012-44F8-9C23-3609D7A16DEF")]
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispOutputWindowEvents")]
[System.Runtime.InteropServices.ComVisible(false)]
public class OutputWindowEventsClass
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispOutputWindowEvents\0")>]
[<System.Runtime.InteropServices.Guid("3760037F-B012-44F8-9C23-3609D7A16DEF")>]
[<System.Runtime.InteropServices.TypeLibType(2)>]
type OutputWindowEventsClass = class
    interface _OutputWindowEvents
    interface OutputWindowEvents
    interface _dispOutputWindowEvents_Event
[<System.Runtime.InteropServices.Guid("3760037F-B012-44F8-9C23-3609D7A16DEF")>]
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE._dispOutputWindowEvents")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type OutputWindowEventsClass = class
Public Class OutputWindowEventsClass
Implements OutputWindowEvents
Public Class OutputWindowEventsClass
Inheritance
OutputWindowEventsClass
Attributes
Implements

Remarks

Refer to OutputWindowEvents for this functionality. Do not instantiate this class.

Constructors

OutputWindowEventsClass()

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

Microsoft Internal Use Only.

Methods

add_PaneAdded(_dispOutputWindowEvents_PaneAddedEventHandler)
add_PaneClearing(_dispOutputWindowEvents_PaneClearingEventHandler)
add_PaneUpdated(_dispOutputWindowEvents_PaneUpdatedEventHandler)
remove_PaneAdded(_dispOutputWindowEvents_PaneAddedEventHandler)
remove_PaneClearing(_dispOutputWindowEvents_PaneClearingEventHandler)
remove_PaneUpdated(_dispOutputWindowEvents_PaneUpdatedEventHandler)

Events

PaneAdded

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

Occurs when a new Output window pane is created.

PaneClearing

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

Occurs when all text in an Output window pane is deleted.

PaneUpdated

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

Occurs when new text is added to a pane in the Output window.

Applies to