OutputWindowEventsClass Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("3760037F-B012-44F8-9C23-3609D7A16DEF")> _
<ClassInterfaceAttribute()> _
Public Class OutputWindowEventsClass _
Implements _OutputWindowEvents, OutputWindowEvents, _dispOutputWindowEvents_Event
'Usage
Dim instance As OutputWindowEventsClass
[GuidAttribute("3760037F-B012-44F8-9C23-3609D7A16DEF")]
[ClassInterfaceAttribute()]
public class OutputWindowEventsClass : _OutputWindowEvents,
OutputWindowEvents, _dispOutputWindowEvents_Event
[GuidAttribute(L"3760037F-B012-44F8-9C23-3609D7A16DEF")]
[ClassInterfaceAttribute()]
public ref class OutputWindowEventsClass : _OutputWindowEvents,
OutputWindowEvents, _dispOutputWindowEvents_Event
public class OutputWindowEventsClass implements _OutputWindowEvents, OutputWindowEvents, _dispOutputWindowEvents_Event
Remarks
Refer to OutputWindowEvents for this functionality. Do not instantiate this class.
Inheritance Hierarchy
System.Object
EnvDTE.OutputWindowEventsClass
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.