CommonMessagePump.IOleComponent2Private.OnActivationChange, méthode
Appelé lorsqu'un nouvel objet est activé.
Espace de noms : Microsoft.VisualStudio.Shell
Assembly : Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)
Syntaxe
'Déclaration
Private Sub OnActivationChange ( _
pic As IOleComponent, _
fSameComponent As Integer, _
pcrinfo As OLECRINFO(), _
fHostIsActivating As Integer, _
pchostinfo As OLECHOSTINFO(), _
dwReserved As UInteger _
) Implements IOleComponent2Private.OnActivationChange
void IOleComponent2Private.OnActivationChange(
IOleComponent pic,
int fSameComponent,
OLECRINFO[] pcrinfo,
int fHostIsActivating,
OLECHOSTINFO[] pchostinfo,
uint dwReserved
)
Paramètres
- pic
Type : Microsoft.VisualStudio.OLE.Interop.IOleComponent
IOleComponent , ou nullRéférence Null (Nothing en Visual Basic).
- fSameComponent
Type : System.Int32
true si pic est le même composant que l'appel de cette méthode, sinon false.
- pcrinfo
Type : array<Microsoft.VisualStudio.OLE.Interop.OLECRINFO[]
Un tableau de structures d' OLECRINFO , qui représentent les informations de Registre pour pic.
- fHostIsActivating
Type : System.Int32
true si l'hôte est activé, sinon false.
- pchostinfo
Type : array<Microsoft.VisualStudio.OLE.Interop.OLECHOSTINFO[]
Un tableau de structures d' OLECHOSTINFO , qui représentent les informations hôte.
- dwReserved
Type : System.UInt32
Réservé.
Implémentations
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.