StorePackageUpdateResult.StorePackageUpdateStatuses 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與已完成要求相關聯之每個封裝更新狀態的相關資訊。
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物件的集合,提供與已完成要求相關聯之每個套件更新狀態的相關資訊。