Events2.WindowEvents 屬性 (Window)

取得 WindowEvents 物件,此物件提供開發環境內視窗的事件。

命名空間:  EnvDTE80
組件:  EnvDTE80 (在 EnvDTE80.dll 中)

語法

'宣告
ReadOnly Property WindowEvents ( _
    WindowFilter As Window _
) As WindowEvents
    Get
WindowEvents this[
    Window WindowFilter
] { get; }
property WindowEvents^ WindowEvents[[InAttribute] Window^ WindowFilter] {
    WindowEvents^ get ([InAttribute] Window^ WindowFilter);
}
abstract WindowEvents : WindowEvents
JScript 不支援索引屬性。

參數

  • WindowFilter
    型別:EnvDTE.Window
    選擇項。如果有提供,則只有指定的 Window 會發生視窗事件。

屬性值

型別:EnvDTE.WindowEvents
WindowEvents 物件。

實作

Events.WindowEvents[Window]

.NET Framework 安全性

請參閱

參考

Events2 介面

WindowEvents 多載

EnvDTE80 命名空間