IVsExtensionRepository.DownloadCompleted Event
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.