DownloadOperation.Priority Propriété
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.
Obtient ou définit la priorité de transfert de cette opération de téléchargement dans un BackgroundTransferGroup. Les valeurs possibles sont définies par BackgroundTransferPriority.
public:
property BackgroundTransferPriority Priority { BackgroundTransferPriority get(); void set(BackgroundTransferPriority value); };
BackgroundTransferPriority Priority();
void Priority(BackgroundTransferPriority value);
public BackgroundTransferPriority Priority { get; set; }
var backgroundTransferPriority = downloadOperation.priority;
downloadOperation.priority = backgroundTransferPriority;
Public Property Priority As BackgroundTransferPriority
Valeur de propriété
Priorité de l’opération.