Share via


AppInstallerInfo.DependencyPackageUris Property

Definition

Gets a read-only list of Uri objects pointing to the dependency packages that are required for successful deployment of the related set.

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)

Property Value

The list of dependency packages.

Windows requirements

Device family
Windows 11 (introduced in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v14.0)

Remarks

This property is equivalent to the Dependencies element of the App Installer file schema.

Applies to

See also