共用方式為


IRepositoryEntry.DownloadUrl 屬性

如果要下載從擴充的位置。

命名空間:  Microsoft.VisualStudio.ExtensionManager
組件:  Microsoft.VisualStudio.ExtensionManager (在 Microsoft.VisualStudio.ExtensionManager.dll 中)

語法

'宣告
Property DownloadUrl As String
string DownloadUrl { get; set; }
property String^ DownloadUrl {
    String^ get ();
    void set (String^ value);
}
abstract DownloadUrl : string with get, set
function get DownloadUrl () : String 
function set DownloadUrl (value : String)

屬性值

類型:String
如果要下載從擴充的位置。

備註

雖然這個 API 支援擴充管理員的基礎結構,建議您不要使用它因為它有可能變更。

這個值由DownloadDownloadAsync的方法IVsExtensionRepository

.NET Framework 安全性

請參閱

參考

IRepositoryEntry 介面

Microsoft.VisualStudio.ExtensionManager 命名空間