DTEEventsClass 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
<ClassInterfaceAttribute()> _
<GuidAttribute("C6304BAB-6765-4C63-9017-4940AEB6F207")> _
Public Class DTEEventsClass _
    Implements _DTEEvents, DTEEvents, _dispDTEEvents_Event
'Usage
Dim instance As DTEEventsClass
[ClassInterfaceAttribute()]
[GuidAttribute("C6304BAB-6765-4C63-9017-4940AEB6F207")]
public class DTEEventsClass : _DTEEvents, 
    DTEEvents, _dispDTEEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute(L"C6304BAB-6765-4C63-9017-4940AEB6F207")]
public ref class DTEEventsClass : _DTEEvents, 
    DTEEvents, _dispDTEEvents_Event
public class DTEEventsClass implements _DTEEvents, DTEEvents, _dispDTEEvents_Event

Remarks

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

Inheritance Hierarchy

System.Object
  EnvDTE.DTEEventsClass

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

DTEEventsClass Members

EnvDTE Namespace