_dispWindowEvents.WindowActivated, méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Réservé à un usage interne Microsoft.

Espace de noms :  EnvDTE
Assembly :  EnvDTE (dans EnvDTE.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

_dispWindowEvents Interface

EnvDTE, espace de noms