Partager via


GeotagHelper.GetGeotagAsync(IStorageFile) Méthode

Définition

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

S’applique à