Condividi tramite


Metodo OleComponent.OnActivationChangeCore

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
Protected Overridable Sub OnActivationChangeCore ( _
    pic As IOleComponent, _
    fSameComponent As Integer, _
    pcrinfo As OLECRINFO(), _
    fHostIsActivating As Integer, _
    pchostinfo As OLECHOSTINFO(), _
    dwReserved As UInteger _
)
protected virtual void OnActivationChangeCore(
    IOleComponent pic,
    int fSameComponent,
    OLECRINFO[] pcrinfo,
    int fHostIsActivating,
    OLECHOSTINFO[] pchostinfo,
    uint dwReserved
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

OleComponent Classe

Spazio dei nomi Microsoft.VisualStudio.PlatformUI.OleComponentSupport