Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 771 Bytes

appinstallerinfo_dependencypackageuris.md

File metadata and controls

28 lines (17 loc) · 771 Bytes
-api-id -api-type
P:Windows.ApplicationModel.AppInstallerInfo.DependencyPackageUris
winrt property

Windows.ApplicationModel.AppInstallerInfo.DependencyPackageUris

-description

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

-property-value

The list of dependency packages.

-remarks

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

-see-also

Dependencies (App installer schema)

-examples