This topic has not yet been rated - Rate this topic

IVsExtensionRepository Interface

Used to communicate with an online repository of extensions

Namespace:  Microsoft.VisualStudio.ExtensionManager
Assembly:  Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
[ComVisibleAttribute(true)]
public interface IVsExtensionRepository

The IVsExtensionRepository type exposes the following members.

  NameDescription
Public eventDownloadCompletedEvent that is fired at the completion of a download.
Public eventDownloadProgressChangedEvent that is fired when a download is completed, is canceled, or has an error.
Top

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.