Condividi tramite


GeotagHelper.SetGeotagFromGeolocatorAsync(IStorageFile, Geolocator) Metodo

Definizione

Imposta in modo asincrono i metadati geografici di un file sulla posizione corrente del dispositivo usando l'oggetto Geolocator specificato.

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

Parametri

file
IStorageFile

File in cui vengono impostati i metadati geografici.

geolocator
Geolocator

Oggetto Geolocator che verrà usato per determinare la posizione corrente del dispositivo.

Restituisce

Azione asincrona.

Attributi

Si applica a