OleComponent.IOleComponent.OnActivationChange, 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
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
)
Paramètres
- pic
Type : Microsoft.VisualStudio.OLE.Interop.IOleComponent
Si non null, alors c'est le composant qui est activé.
- fSameComponent
Type : System.Int32
True si pic est le composant qui a appelé cette méthode.
- pcrinfo
Type : array<Microsoft.VisualStudio.OLE.Interop.OLECRINFO[]
OLECRINFO d'pic si est non null.
- fHostIsActivating
Type : System.Int32
Si pic est null et que est TRUE (1) qu'il indique l'hôte s'active.Si pic est null et que est FAUX (0) il n'y a aucun objet actif actuel.
- pchostinfo
Type : array<Microsoft.VisualStudio.OLE.Interop.OLECHOSTINFO[]
Si fHostIsActivating est TRUE (1) puis il s'agit de les hôtes OLECHOSTINFO, sinon c'est null.
- dwReserved
Type : System.UInt32
Réservé pour une utilisation ultérieure, doit être de 0.
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.
Voir aussi
Référence
Microsoft.VisualStudio.PlatformUI.OleComponentSupport, espace de noms