StoreContext.SetInstallOrderForAssociatedStoreQueueItemsAsync Methode

Definition

Legt die Reihenfolge fest, in der die angegebenen Pakete in der Download- und Installationswarteschlange für die aktuelle App installiert werden sollen.

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

Parameter

items

IIterable<StoreQueueItem>

IEnumerable<StoreQueueItem>

Eine Liste der StoreQueueItem-Objekte , die die Pakete in der Installationswarteschlange in der Reihenfolge darstellt, in der die Pakete installiert werden sollen.

Gibt zurück

Ein asynchroner Vorgang, der nach erfolgreichem Abschluss die Liste der StoreQueueItem-Objekte in der Reihenfolge zurückgibt, in der die entsprechenden Pakete in der Warteschlange installiert werden sollen.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10, version 1809 (eingeführt in 10.0.17763.0)
API contract
Windows.Services.Store.StoreContract (eingeführt in v4.0)

Gilt für:

Weitere Informationen