MediaBindingEventArgs.SetDownloadOperation(DownloadOperation) 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.
Lie un DownloadOperation à l’élément MediaSource associé à l’événement.
public:
virtual void SetDownloadOperation(DownloadOperation ^ downloadOperation) = SetDownloadOperation;
void SetDownloadOperation(DownloadOperation const& downloadOperation);
public void SetDownloadOperation(DownloadOperation downloadOperation);
function setDownloadOperation(downloadOperation)
Public Sub SetDownloadOperation (downloadOperation As DownloadOperation)
Paramètres
- downloadOperation
- DownloadOperation
DownloadOperation à lier à MediaSource.
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1803 (introduit dans 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v6.0)
|
Remarques
Utilisez la classe BackgroundDownloader pour créer un DownloadOperation.
Vous pouvez créer un MediaSource directement à partir d’un DownloadOperation, sans utiliser de liaison multimédia en appelant CreateFromDownloadOperation.
Utilisez la propriété MediaSource.DownloadOperation pour obtenir une référence à l’opération de téléchargement définie avec cette méthode à partir de MediaSource.