Partager via


CommonMessagePump.IOleComponent.OnAppActivate, méthode

Informe le composant lorsque l'application hôte a gagné ou perd l'activation.

Espace de noms :  Microsoft.VisualStudio.Shell
Assembly :  Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)

Syntaxe

'Déclaration
Private Sub OnAppActivate ( _
    fActive As Integer, _
    dwOtherThreadID As UInteger _
) Implements IOleComponent.OnAppActivate
void IOleComponent.OnAppActivate(
    int fActive,
    uint dwOtherThreadID
)

Paramètres

  • fActive
    Type : System.Int32
    True si l'application est activée, la valeur false si cela est activation perdante.
  • dwOtherThreadID
    Type : System.UInt32
    ID du thread qui possède la fenêtre.

Implémentations

IOleComponent.OnAppActivate(Int32, UInt32)

Remarques

Consultez OnAppActivate pour plus d'informations.

Sécurité .NET Framework

Voir aussi

Référence

CommonMessagePump Classe

Microsoft.VisualStudio.Shell, espace de noms