Partager via


IVsExtensionRepository.DownloadCompleted, événement

Event that is fired at the completion of a download.

Espace de noms :  Microsoft.VisualStudio.ExtensionManager
Assembly :  Microsoft.VisualStudio.ExtensionManager (dans Microsoft.VisualStudio.ExtensionManager.dll)

Syntaxe

'Déclaration
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 ne prend pas en charge les événements.

Notes

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.

Sécurité .NET Framework

Voir aussi

Référence

IVsExtensionRepository Interface

Microsoft.VisualStudio.ExtensionManager, espace de noms