Partage via


GeotagHelper.SetGeotagAsync(IStorageFile, Geopoint) Méthode

Définition

Définit de manière asynchrone les métadonnées géographiques d’un fichier à partir du geopoint fourni.

public:
 static IAsyncAction ^ SetGeotagAsync(IStorageFile ^ file, Geopoint ^ geopoint);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction SetGeotagAsync(IStorageFile const& file, Geopoint const& geopoint);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction SetGeotagAsync(IStorageFile file, Geopoint geopoint);
function setGeotagAsync(file, geopoint)
Public Shared Function SetGeotagAsync (file As IStorageFile, geopoint As Geopoint) As IAsyncAction

Paramètres

file
IStorageFile

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

geopoint
Geopoint

Geopoint représentant les métadonnées géographiques à définir.

Retours

Action asynchrone.

Attributs

S’applique à