Events2.WindowEvents 属性 (Window)

获取 WindowEvents 对象,该对象提供开发环境中的窗口的事件。

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

语法

声明
ReadOnly Property WindowEvents ( _
    WindowFilter As Window _
) As WindowEvents
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 安全性

请参见

参考

Events2 接口

WindowEvents 重载

EnvDTE80 命名空间