Evento _dispDTEEvents_Event.OnStartupComplete
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Solo per utilizzo interno di Microsoft.
Spazio dei nomi: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Sintassi
'Dichiarazione
Event OnStartupComplete As _dispDTEEvents_OnStartupCompleteEventHandler
event _dispDTEEvents_OnStartupCompleteEventHandler OnStartupComplete
event _dispDTEEvents_OnStartupCompleteEventHandler^ OnStartupComplete {
void add (_dispDTEEvents_OnStartupCompleteEventHandler^ value);
void remove (_dispDTEEvents_OnStartupCompleteEventHandler^ value);
}
abstract OnStartupComplete : IEvent<_dispDTEEvents_OnStartupCompleteEventHandler,
EventArgs>
JScript non supporta gli eventi.
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.