Evento IVsExtensionManager.InstallCompleted
Evento generato quando un'operazione di InstallAsync completa, viene annullato, o un errore.
Spazio dei nomi: Microsoft.VisualStudio.ExtensionManager
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
Sintassi
'Dichiarazione
Event InstallCompleted As EventHandler(Of InstallCompletedEventArgs)
event EventHandler<InstallCompletedEventArgs> InstallCompleted
event EventHandler<InstallCompletedEventArgs^>^ InstallCompleted {
void add (EventHandler<InstallCompletedEventArgs^>^ value);
void remove (EventHandler<InstallCompletedEventArgs^>^ value);
}
abstract InstallCompleted : IEvent<EventHandler<InstallCompletedEventArgs>,
InstallCompletedEventArgs>
JScript non supporta gli eventi.
Note
Sebbene questa API supporta l'infrastruttura di Gestione estensioni , è consigliabile non utilizzarla in quanto è soggetto a modifiche.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.