_DocumentEventsRoot Interface
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("DC5437F4-F114-11D2-AACF-00C04F688DDE")> _
Public Interface _DocumentEventsRoot
[GuidAttribute("DC5437F4-F114-11D2-AACF-00C04F688DDE")]
public interface _DocumentEventsRoot
[GuidAttribute(L"DC5437F4-F114-11D2-AACF-00C04F688DDE")]
public interface class _DocumentEventsRoot
[<GuidAttribute("DC5437F4-F114-11D2-AACF-00C04F688DDE")>]
type _DocumentEventsRoot = interface end
public interface _DocumentEventsRoot
The _DocumentEventsRoot type exposes the following members.
Properties
Name | Description | |
---|---|---|
DocumentEvents | Infrastructure. Microsoft Internal Use Only. |
Top