StorePackageUpdateResult.StorePackageUpdateStatuses 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 info about the status of each of the package updates that are associated with the completed request.
public:
property IVectorView<StorePackageUpdateStatus> ^ StorePackageUpdateStatuses { IVectorView<StorePackageUpdateStatus> ^ get(); };
IVectorView<StorePackageUpdateStatus> StorePackageUpdateStatuses();
public IReadOnlyList<StorePackageUpdateStatus> StorePackageUpdateStatuses { get; }
var iVectorView = storePackageUpdateResult.storePackageUpdateStatuses;
Public ReadOnly Property StorePackageUpdateStatuses As IReadOnlyList(Of StorePackageUpdateStatus)
Property Value
A collection of StorePackageUpdateStatus objects that provide info about the status of each package update that is associated with the completed request.