_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 內部使用。 |
回頁首