Events.WindowEvents 屬性

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

命名空間:  EnvDTE
組件:  EnvDTE (在 EnvDTE.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 物件。

.NET Framework 安全性

請參閱

參考

Events 介面

EnvDTE 命名空間