AppInstallManager.MoveToFrontOfDownloadQueue(String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
|