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 对象。
实现
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。