Events2.WindowVisibilityEvents Property
Gets an event object which can be used to be notified when a tool window is showing or hiding.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
ReadOnly Property WindowVisibilityEvents ( _
WindowFilter As Window _
) As WindowVisibilityEvents
WindowVisibilityEvents this[
Window WindowFilter
] { get; }
property WindowVisibilityEvents^ WindowVisibilityEvents[[InAttribute] Window^ WindowFilter] {
WindowVisibilityEvents^ get ([InAttribute] Window^ WindowFilter);
}
abstract WindowVisibilityEvents :
WindowFilter:Window -> WindowVisibilityEvents 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: EnvDTE80.WindowVisibilityEvents
.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.