IVsExtensionRepository - интерфейс
Used to communicate with an online repository of extensions
Пространство имен: Microsoft.VisualStudio.ExtensionManager
Сборка: Microsoft.VisualStudio.ExtensionManager (в Microsoft.VisualStudio.ExtensionManager.dll)
Синтаксис
'Декларация
<ComVisibleAttribute(True)> _
Public Interface IVsExtensionRepository
[ComVisibleAttribute(true)]
public interface IVsExtensionRepository
[ComVisibleAttribute(true)]
public interface class IVsExtensionRepository
[<ComVisibleAttribute(true)>]
type IVsExtensionRepository = interface end
public interface IVsExtensionRepository
Тип IVsExtensionRepository предоставляет следующие члены.
Методы
В начало страницы
События
Имя | Описание | |
---|---|---|
![]() |
DownloadCompleted | Event that is fired at the completion of a download. |
![]() |
DownloadProgressChanged | Event that is fired when a download is completed, is canceled, or has an error. |
В начало страницы
Заметки
Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.
Implement this interface in custom extension manager implementations to access an online repository.