Metodo CommonMessagePump.IOleComponent.OnActivationChange
Notifica al componente quando un nuovo oggetto sta su.
Spazio dei nomi: Microsoft.VisualStudio.Shell
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
- pic
Tipo: Microsoft.VisualStudio.OLE.Interop.IOleComponent
La componente da cui attivare
- fSameComponent
Tipo: System.Int32
true se pic è gli stessi callee di questo metodo, in caso contrario false.
- pcrinfo
Tipo: array<Microsoft.VisualStudio.OLE.Interop.OLECRINFO[]
le informazioni di registrazione componenti.
- fHostIsActivating
Tipo: System.Int32
true se l'host che sta su, in caso contrario false.
- pchostinfo
Tipo: array<Microsoft.VisualStudio.OLE.Interop.OLECHOSTINFO[]
Le informazioni host OLE.
- dwReserved
Tipo: System.UInt32
Riservato.
Implementa
Note
Per ulteriori informazioni, vedere OnActivationChange.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.