Share via


StorePackageUpdateResult.StorePackageUpdateStatuses 屬性

定義

取得與已完成要求相關聯之每個封裝更新狀態的相關資訊。

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)

屬性值

StorePackageUpdateStatus物件的集合,提供與已完成要求相關聯之每個套件更新狀態的相關資訊。

適用於