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