Metodo OleComponent.IOleComponent.OnAppActivate

Solo per utilizzo interno di Microsoft.

Spazio dei nomi:  Microsoft.VisualStudio.PlatformUI.OleComponentSupport
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
    Se TURE (1), l'applicazione host è l'attivazione, se FALSE (0) l'applicazione host vengono disattivande.
  • dwOtherThreadID
    Tipo: System.UInt32
    se fActive sono TRUE (1) quindi l'ID del thread proprietario della finestra che viene disattivata.se fActive è FALSE (0) sono ID del thread proprietario della finestra che viene attivata.

Implementa

IOleComponent.OnAppActivate(Int32, UInt32)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

OleComponent Classe

Spazio dei nomi Microsoft.VisualStudio.PlatformUI.OleComponentSupport