Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 : WindowVisibilityEvents
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: 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.