AppInstallerInfo.DependencyPackageUris 属性

定义

获取 URI 对象的只读列表,这些对象指向成功部署相关集所需的依赖项包。

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

属性值

依赖项包的列表。

Windows 要求

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

注解

此属性等效于应用安装程序文件架构的 Dependencies 元素。

适用于

另请参阅