IVsExtensionRepository.DownloadCompleted - событие
Event that is fired at the completion of a download.
Пространство имен: Microsoft.VisualStudio.ExtensionManager
Сборка: Microsoft.VisualStudio.ExtensionManager (в Microsoft.VisualStudio.ExtensionManager.dll)
Синтаксис
'Декларация
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 не поддерживает события.
Заметки
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
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Для получения дополнительной информации см. Использование библиотек из не вполне надежного кода.