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 | |
---|---|---|
OutputWindowEventsClass | Infrastructure. Microsoft Internal Use Only. |
Top
Methods
Name | Description | |
---|---|---|
add_PaneAdded | Infrastructure. Microsoft Internal Use Only. | |
add_PaneClearing | Infrastructure. Microsoft Internal Use Only. | |
add_PaneUpdated | Infrastructure. Microsoft Internal Use Only. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
remove_PaneAdded | Infrastructure. Microsoft Internal Use Only. | |
remove_PaneClearing | Infrastructure. Microsoft Internal Use Only. | |
remove_PaneUpdated | Infrastructure. Microsoft Internal Use Only. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
PaneAdded | Occurs when a new Output window pane is created. | |
PaneClearing | Occurs when all text in an Output window pane is deleted. | |
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.