OfflineMapPackage.RequestStartDownloadAsync 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émarre une opération asynchrone pour demander le téléchargement d’un package de carte sur votre système local.
public:
virtual IAsyncOperation<OfflineMapPackageStartDownloadResult ^> ^ RequestStartDownloadAsync() = RequestStartDownloadAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<OfflineMapPackageStartDownloadResult> RequestStartDownloadAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<OfflineMapPackageStartDownloadResult> RequestStartDownloadAsync();
function requestStartDownloadAsync()
Public Function RequestStartDownloadAsync () As IAsyncOperation(Of OfflineMapPackageStartDownloadResult)
Retours
OfflineMapPackageStartDownloadResult qui contient le résultat de l’opération.
- Attributs