Partager via


GeotagHelper.SetGeotagFromGeolocatorAsync(IStorageFile, Geolocator) Méthode

Définition

Définit de façon asynchrone les métadonnées géographiques d’un fichier à l’emplacement actuel de l’appareil à l’aide de l’objet Geolocator fourni.

public:
 static IAsyncAction ^ SetGeotagFromGeolocatorAsync(IStorageFile ^ file, Geolocator ^ geolocator);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction SetGeotagFromGeolocatorAsync(IStorageFile const& file, Geolocator const& geolocator);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction SetGeotagFromGeolocatorAsync(IStorageFile file, Geolocator geolocator);
function setGeotagFromGeolocatorAsync(file, geolocator)
Public Shared Function SetGeotagFromGeolocatorAsync (file As IStorageFile, geolocator As Geolocator) As IAsyncAction

Paramètres

file
IStorageFile

Fichier dans lequel les métadonnées géographiques sont définies.

geolocator
Geolocator

Objet Geolocator qui sera utilisé pour déterminer l’emplacement actuel de l’appareil.

Retours

Action asynchrone.

Attributs

S’applique à