GeotagHelper.GetGeotagAsync(IStorageFile) 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.
Récupère de manière asynchrone un point géographique représentant les métadonnées géographiques d’un fichier, le cas échéant.
public:
static IAsyncOperation<Geopoint ^> ^ GetGeotagAsync(IStorageFile ^ file);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<Geopoint> GetGeotagAsync(IStorageFile const& file);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<Geopoint> GetGeotagAsync(IStorageFile file);
function getGeotagAsync(file)
Public Shared Function GetGeotagAsync (file As IStorageFile) As IAsyncOperation(Of Geopoint)
Paramètres
- file
- IStorageFile
Fichier à partir duquel les métadonnées géographiques sont récupérées.
Retours
Opération asynchrone qui retourne un geopoint en cas d’achèvement réussi.
- Attributs