OleComponent.OnActivationChangeCore, 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
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
)
Paramètres
- fSameComponent
Type : System.Int32
- pcrinfo
Type : array<Microsoft.VisualStudio.OLE.Interop.OLECRINFO[]
- fHostIsActivating
Type : System.Int32
- pchostinfo
Type : array<Microsoft.VisualStudio.OLE.Interop.OLECHOSTINFO[]
- dwReserved
Type : System.UInt32
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.PlatformUI.OleComponentSupport, espace de noms