DocumentEventsClass 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("DC5437F7-F114-11D2-AACF-00C04F688DDE")> _
<ClassInterfaceAttribute()> _
Public Class DocumentEventsClass _
Implements _DocumentEvents, DocumentEvents, _dispDocumentEvents_Event
'Usage
Dim instance As DocumentEventsClass
[GuidAttribute("DC5437F7-F114-11D2-AACF-00C04F688DDE")]
[ClassInterfaceAttribute()]
public class DocumentEventsClass : _DocumentEvents,
DocumentEvents, _dispDocumentEvents_Event
[GuidAttribute(L"DC5437F7-F114-11D2-AACF-00C04F688DDE")]
[ClassInterfaceAttribute()]
public ref class DocumentEventsClass : _DocumentEvents,
DocumentEvents, _dispDocumentEvents_Event
public class DocumentEventsClass implements _DocumentEvents, DocumentEvents, _dispDocumentEvents_Event
Remarks
Refer to DocumentEvents for this functionality. Do not instantiate this class.
Inheritance Hierarchy
System.Object
EnvDTE.DocumentEventsClass
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.