Condividi tramite


Evento IVsExtensionRepository.DownloadCompleted

Event that is fired at the completion of a download.

Spazio dei nomi:  Microsoft.VisualStudio.ExtensionManager
Assembly:  Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)

Sintassi

'Dichiarazione
Event DownloadCompleted As EventHandler(Of DownloadCompletedEventArgs)
event EventHandler<DownloadCompletedEventArgs> DownloadCompleted
event EventHandler<DownloadCompletedEventArgs^>^ DownloadCompleted {
    void add (EventHandler<DownloadCompletedEventArgs^>^ value);
    void remove (EventHandler<DownloadCompletedEventArgs^>^ value);
}
abstract DownloadCompleted : IEvent<EventHandler<DownloadCompletedEventArgs>,
    DownloadCompletedEventArgs>
JScript non supporta gli eventi.

Note

Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.

The IInstallableExtension that represents the VSIX package is returned as the Payload property of the DownloadCompletedEventArgs.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsExtensionRepository Interfaccia

Spazio dei nomi Microsoft.VisualStudio.ExtensionManager