Partager via


OleComponent.IOleComponent.OnAppActivate, méthode

Réservé à un usage interne Microsoft.

Espace de noms :  Microsoft.VisualStudio.PlatformUI.OleComponentSupport
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
    Si TURE (1), l'application hôte est activé, si FALSE (0) l'application hôte est désactivé.
  • dwOtherThreadID
    Type : System.UInt32
    Si fActive est TRUE (1) puis il s'agit de l'ID de thread du thread possédant la fenêtre étant désactivée.Si fActive est FAUX (0) qui sont l'ID de thread du thread possédant la fenêtre étant activée.

Implémentations

IOleComponent.OnAppActivate(Int32, UInt32)

Sécurité .NET Framework

Voir aussi

Référence

OleComponent Classe

Microsoft.VisualStudio.PlatformUI.OleComponentSupport, espace de noms