Partager via


AppInstallManager.MoveToFrontOfDownloadQueue(String, String) Méthode

Définition

Déplace l’application spécifiée vers l’avant de la file d’attente de téléchargement.

public:
 virtual void MoveToFrontOfDownloadQueue(Platform::String ^ productId, Platform::String ^ correlationVector) = MoveToFrontOfDownloadQueue;
void MoveToFrontOfDownloadQueue(winrt::hstring const& productId, winrt::hstring const& correlationVector);
public void MoveToFrontOfDownloadQueue(string productId, string correlationVector);
function moveToFrontOfDownloadQueue(productId, correlationVector)
Public Sub MoveToFrontOfDownloadQueue (productId As String, correlationVector As String)

Paramètres

productId
String

Platform::String

winrt::hstring

ID de produit de l’application à déplacer vers l’avant de la file d’attente de téléchargement.

correlationVector
String

Platform::String

winrt::hstring

Chaîne de vecteur de corrélation qui peut être utilisée pour générer des données de télémétrie.

Configuration requise pour Windows

Famille d’appareils
Windows 10 Anniversary Edition (introduit dans 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v3.0)
Fonctionnalités de l’application
runFullTrust

S’applique à