共用方式為


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 引進)

適用於

另請參閱