다음을 통해 공유


StoreContext.SetInstallOrderForAssociatedStoreQueueItemsAsync 메서드

정의

현재 앱의 다운로드 및 설치 큐에 지정된 패키지를 설치할 순서를 설정합니다.

public:
 virtual IAsyncOperation<IVectorView<StoreQueueItem ^> ^> ^ SetInstallOrderForAssociatedStoreQueueItemsAsync(IIterable<StoreQueueItem ^> ^ items) = SetInstallOrderForAssociatedStoreQueueItemsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<StoreQueueItem>> SetInstallOrderForAssociatedStoreQueueItemsAsync(IIterable<StoreQueueItem> const& items);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<StoreQueueItem>> SetInstallOrderForAssociatedStoreQueueItemsAsync(IEnumerable<StoreQueueItem> items);
function setInstallOrderForAssociatedStoreQueueItemsAsync(items)
Public Function SetInstallOrderForAssociatedStoreQueueItemsAsync (items As IEnumerable(Of StoreQueueItem)) As IAsyncOperation(Of IReadOnlyList(Of StoreQueueItem))

매개 변수

items

IIterable<StoreQueueItem>

IEnumerable<StoreQueueItem>

패키지를 설치하려는 순서대로 설치 큐의 패키지를 나타내는 StoreQueueItem 개체 목록입니다.

반환

성공적으로 완료되면 큐의 해당 패키지가 설치되도록 설정된 순서대로 StoreQueueItem 개체 목록을 반환하는 비동기 작업입니다.

특성

Windows 요구 사항

디바이스 패밀리
Windows 10, version 1809 (10.0.17763.0에서 도입되었습니다.)
API contract
Windows.Services.Store.StoreContract (v4.0에서 도입되었습니다.)

적용 대상

추가 정보