StoreContext.SetInstallOrderForAssociatedStoreQueueItemsAsync Metodo

Definizione

Imposta l'ordine in cui installare i pacchetti specificati nella coda di download e installazione per l'app corrente.

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

Parametri

items

IIterable<StoreQueueItem>

IEnumerable<StoreQueueItem>

Elenco di oggetti StoreQueueItem che rappresenta i pacchetti nella coda di installazione, nell'ordine in cui si desidera installare i pacchetti.

Restituisce

Un'operazione asincrona che, al completamento, restituisce l'elenco di oggetti StoreQueueItem nell'ordine in cui sono stati impostati i pacchetti corrispondenti nella coda da installare.

Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10, version 1809 (è stato introdotto in 10.0.17763.0)
API contract
Windows.Services.Store.StoreContract (è stato introdotto in v4.0)

Si applica a

Vedi anche