AppInstallerInfo.OptionalPackageUris 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 optional packages that will be installed along with the main package.
public:
property IVectorView<Uri ^> ^ OptionalPackageUris { IVectorView<Uri ^> ^ get(); };
IVectorView<Uri> OptionalPackageUris();
public IReadOnlyList<System.Uri> OptionalPackageUris { get; }
var iVectorView = appInstallerInfo.optionalPackageUris;
Public ReadOnly Property OptionalPackageUris As IReadOnlyList(Of Uri)
Property Value
The list of optional 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 OptionalPackages element of the App Installer file schema.