Condividi tramite


Metodo OleComponent.IOleComponent.OnActivationChange

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 OnActivationChange ( _
    pic As IOleComponent, _
    fSameComponent As Integer, _
    pcrinfo As OLECRINFO(), _
    fHostIsActivating As Integer, _
    pchostinfo As OLECHOSTINFO(), _
    dwReserved As UInteger _
) Implements IOleComponent.OnActivationChange
void IOleComponent.OnActivationChange(
    IOleComponent pic,
    int fSameComponent,
    OLECRINFO[] pcrinfo,
    int fHostIsActivating,
    OLECHOSTINFO[] pchostinfo,
    uint dwReserved
)

Parametri

  • fSameComponent
    Tipo: System.Int32
    True se pic è il componente che ha chiamato il metodo.
  • fHostIsActivating
    Tipo: System.Int32
    se pic è null e costituisce TRUE (1) indica che l'host è su.se pic è null e questo è FALSE (0) quindi non esiste alcun oggetto attivo.
  • dwReserved
    Tipo: System.UInt32
    Riservato per un utilizzo futuro, deve essere 0.

Implementa

IOleComponent.OnActivationChange(IOleComponent, Int32, array<OLECRINFO[], Int32, array<OLECHOSTINFO[], UInt32)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

OleComponent Classe

Spazio dei nomi Microsoft.VisualStudio.PlatformUI.OleComponentSupport