IVsExtensionRepository Interface
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Used to communicate with an online repository of extensions
Namespace: Microsoft.VisualStudio.ExtensionManager
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
Syntax
'Declaration
<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
The IVsExtensionRepository type exposes the following members.
Methods
Top
Events
Name | Description | |
---|---|---|
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. |
Top
Remarks
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.