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.