Condividi tramite


StorePackageUpdateResult.StorePackageUpdateStatuses Proprietà

Definizione

Ottiene informazioni sullo stato di ogni aggiornamento del pacchetto associato alla richiesta completata.

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)

Valore della proprietà

Raccolta di oggetti StorePackageUpdateStatus che forniscono informazioni sullo stato di ogni aggiornamento del pacchetto associato alla richiesta completata.

Si applica a