_dispDocumentEvents 接口

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

仅由 Microsoft 内部使用。

命名空间:  EnvDTE
程序集:  EnvDTE(在 EnvDTE.dll 中)

语法

声明
<GuidAttribute("DC5437F6-F114-11D2-AACF-00C04F688DDE")> _
<InterfaceTypeAttribute()> _
Public Interface _dispDocumentEvents
[GuidAttribute("DC5437F6-F114-11D2-AACF-00C04F688DDE")]
[InterfaceTypeAttribute()]
public interface _dispDocumentEvents
[GuidAttribute(L"DC5437F6-F114-11D2-AACF-00C04F688DDE")]
[InterfaceTypeAttribute()]
public interface class _dispDocumentEvents
[<GuidAttribute("DC5437F6-F114-11D2-AACF-00C04F688DDE")>]
[<InterfaceTypeAttribute()>]
type _dispDocumentEvents =  interface end
public interface _dispDocumentEvents

_dispDocumentEvents 类型公开以下成员。

方法

  名称 说明
公共方法 DocumentClosing 基础结构。 仅由 Microsoft 内部使用。
公共方法 DocumentOpened 基础结构。 仅由 Microsoft 内部使用。
公共方法 DocumentOpening 基础结构。 仅由 Microsoft 内部使用。
公共方法 DocumentSaved 基础结构。 仅由 Microsoft 内部使用。

页首

请参阅

参考

EnvDTE 命名空间