다음을 통해 공유


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 개체의 컬렉션입니다.

적용 대상