Condividi tramite


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

Vedere anche

Riferimenti

IVsExtensionManager Interfaccia

Spazio dei nomi Microsoft.VisualStudio.ExtensionManager