_dispWindowEvents 接口

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

仅由 Microsoft 内部使用。

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

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("0D3A23A9-67BB-11D2-97C1-00C04FB6C6FF")> _
Public Interface _dispWindowEvents
[InterfaceTypeAttribute()]
[GuidAttribute("0D3A23A9-67BB-11D2-97C1-00C04FB6C6FF")]
public interface _dispWindowEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"0D3A23A9-67BB-11D2-97C1-00C04FB6C6FF")]
public interface class _dispWindowEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("0D3A23A9-67BB-11D2-97C1-00C04FB6C6FF")>]
type _dispWindowEvents =  interface end
public interface _dispWindowEvents

_dispWindowEvents 类型公开以下成员。

方法

  名称 说明
公共方法 WindowActivated 基础结构。 仅由 Microsoft 内部使用。
公共方法 WindowClosing 基础结构。 仅由 Microsoft 内部使用。
公共方法 WindowCreated 基础结构。 仅由 Microsoft 内部使用。
公共方法 WindowMoved 基础结构。 仅由 Microsoft 内部使用。

页首

请参阅

参考

EnvDTE 命名空间