Condividi tramite


Metodo CommonMessagePump.IOleComponent.OnAppActivate

Notifica al componente quando l'applicazione host riceve o perde l'attivazione.

Spazio dei nomi:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

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

Parametri

  • fActive
    Tipo: System.Int32
    True se l'applicazione è attivata, false se è attivazione perdente.
  • dwOtherThreadID
    Tipo: System.UInt32
    ID del thread proprietario della finestra.

Implementa

IOleComponent.OnAppActivate(Int32, UInt32)

Note

Per ulteriori informazioni, vedere OnAppActivate.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CommonMessagePump Classe

Spazio dei nomi Microsoft.VisualStudio.Shell