IVsExtensionRepository.DownloadCompleted-Ereignis
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 unterstützt keine Ereignisse.
Hinweise
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-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.