AppInstallerInfo.DependencyPackageUris Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.