AutoUpdateSettingsOptions.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 IVector<Uri ^> ^ DependencyPackageUris { IVector<Uri ^> ^ get(); };
IVector<Uri> DependencyPackageUris();
public IList<System.Uri> DependencyPackageUris { get; }
var iVector = autoUpdateSettingsOptions.dependencyPackageUris;
Public ReadOnly Property DependencyPackageUris As IList(Of Uri)
Property Value
The list of dependency packages.
Remarks
This property is equivalent to the AutomaticBackgroundTask element of the App Installer file schema.