AppInstallerInfo.UpdateUris 属性

定义

获取指向应用安装程序文件以更新安装的 Uri 对象的只读列表。

public:
 property IVectorView<Uri ^> ^ UpdateUris { IVectorView<Uri ^> ^ get(); };
IVectorView<Uri> UpdateUris();
public IReadOnlyList<System.Uri> UpdateUris { get; }
var iVectorView = appInstallerInfo.updateUris;
Public ReadOnly Property UpdateUris As IReadOnlyList(Of Uri)

属性值

此更新 URI 列表。

Windows 要求

设备系列
Windows 11 (在 10.0.22000.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v14.0 中引入)

注解

应用可以指定 1 到 10 个更新 URI。

适用于