Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the WindowEvents object that provides events for windows in the development environment.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.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 : WindowEvents
JScript does not support indexed properties.
Parameters
- WindowFilter
Type: EnvDTE.Window
Optional. 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.