Freigeben über


_dispWindowEvents.WindowActivated-Methode

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Nur für die interne Verwendung durch Microsoft vorgesehen.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Sub WindowActivated ( _
    GotFocus As Window, _
    LostFocus As Window _
)
void WindowActivated(
    Window GotFocus,
    Window LostFocus
)
void WindowActivated(
    [InAttribute] Window^ GotFocus, 
    [InAttribute] Window^ LostFocus
)
abstract WindowActivated : 
        GotFocus:Window * 
        LostFocus:Window -> unit
function WindowActivated(
    GotFocus : Window, 
    LostFocus : Window
)

Parameter

  • GotFocus
    Typ: EnvDTE.Window

    Das Fenster, das den Fokus erhalten hat.

  • LostFocus
    Typ: EnvDTE.Window

    Das Fenster, das den Fokus verloren hat.

.NET Framework-Sicherheit

Siehe auch

Referenz

_dispWindowEvents Schnittstelle

EnvDTE-Namespace