OutputWindowEventsClass Class

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

Microsoft Internal Use Only.

Inheritance Hierarchy

System.Object
  EnvDTE.OutputWindowEventsClass

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

Syntax

'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("3760037F-B012-44F8-9C23-3609D7A16DEF")> _
Public Class OutputWindowEventsClass _
    Implements _OutputWindowEvents, OutputWindowEvents, _dispOutputWindowEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute("3760037F-B012-44F8-9C23-3609D7A16DEF")]
public class OutputWindowEventsClass : _OutputWindowEvents, 
    OutputWindowEvents, _dispOutputWindowEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute(L"3760037F-B012-44F8-9C23-3609D7A16DEF")]
public ref class OutputWindowEventsClass : _OutputWindowEvents, 
    OutputWindowEvents, _dispOutputWindowEvents_Event
[<ClassInterfaceAttribute()>]
[<GuidAttribute("3760037F-B012-44F8-9C23-3609D7A16DEF")>]
type OutputWindowEventsClass =  
    class
        interface _OutputWindowEvents
        interface OutputWindowEvents
        interface _dispOutputWindowEvents_Event
    end
public class OutputWindowEventsClass implements _OutputWindowEvents, OutputWindowEvents, _dispOutputWindowEvents_Event

The OutputWindowEventsClass type exposes the following members.

Constructors

  Name Description
Public method OutputWindowEventsClass Infrastructure. Microsoft Internal Use Only.

Top

Methods

  Name Description
Public method add_PaneAdded Infrastructure. Microsoft Internal Use Only.
Public method add_PaneClearing Infrastructure. Microsoft Internal Use Only.
Public method add_PaneUpdated Infrastructure. Microsoft Internal Use Only.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method remove_PaneAdded Infrastructure. Microsoft Internal Use Only.
Public method remove_PaneClearing Infrastructure. Microsoft Internal Use Only.
Public method remove_PaneUpdated Infrastructure. Microsoft Internal Use Only.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Events

  Name Description
Public event PaneAdded Occurs when a new Output window pane is created.
Public event PaneClearing Occurs when all text in an Output window pane is deleted.
Public event PaneUpdated Occurs when new text is added to a pane in the Output window.

Top

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

EnvDTE Namespace