Events.WindowEvents 属性
获取 WindowEvents 对象,该对象提供开发环境中的窗口的事件。
命名空间: EnvDTE
程序集: EnvDTE(在 EnvDTE.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 :
WindowFilter:Window -> WindowEvents with get
JScript 不支持索引属性。
参数
WindowFilter
类型:EnvDTE.Window可选。 如果提供,则仅对指定的 Window 发生窗口事件。
属性值
类型:EnvDTE.WindowEvents
一个 WindowEvents 对象。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。