Events2.WindowEvents Property
Gets the WindowEvents object that provides events for windows in the development environment.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
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 does not support indexed properties.
Parameters
WindowFilter
Type: EnvDTE.WindowOptional. If supplied, window events occur only for the specified Window.
Property Value
Type: EnvDTE.WindowEvents
A WindowEvents object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.