Evento IVsExtensionManager.InstallProgressChanged
L'evento che viene generato quando lo stato di avanzamento viene a a un'installazione viene avviato tramite il metodo di InstallAsync .
Spazio dei nomi: Microsoft.VisualStudio.ExtensionManager
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
Sintassi
'Dichiarazione
Event InstallProgressChanged As EventHandler(Of InstallProgressChangedEventArgs)
event EventHandler<InstallProgressChangedEventArgs> InstallProgressChanged
event EventHandler<InstallProgressChangedEventArgs^>^ InstallProgressChanged {
void add (EventHandler<InstallProgressChangedEventArgs^>^ value);
void remove (EventHandler<InstallProgressChangedEventArgs^>^ value);
}
abstract InstallProgressChanged : IEvent<EventHandler<InstallProgressChangedEventArgs>,
InstallProgressChangedEventArgs>
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.