Bagikan melalui


IVsExtensionRepository.DownloadCompleted Event

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Event that is fired at the completion of a download.

Namespace:  Microsoft.VisualStudio.ExtensionManager
Assembly:  Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)

Syntax

'Declaration
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 does not support events.

Remarks

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.

.NET Framework Security

See Also

Reference

IVsExtensionRepository Interface

Microsoft.VisualStudio.ExtensionManager Namespace