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.