AppInstallerInfo.UpdateUris 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 App Installer files for updating an installation.
public:
property IVectorView<Uri ^> ^ UpdateUris { IVectorView<Uri ^> ^ get(); };
IVectorView<Uri> UpdateUris();
public IReadOnlyList<System.Uri> UpdateUris { get; }
var iVectorView = appInstallerInfo.updateUris;
Public ReadOnly Property UpdateUris As IReadOnlyList(Of Uri)
Property Value
This list of update URIs.
Windows requirements
Device family |
Windows 11 (introduced in 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v14.0)
|
Remarks
An app may specify from 1 to 10 update URIs.