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 で導入)

適用対象

こちらもご覧ください