_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 内部使用。 |
页首