GeotagHelper.SetGeotagFromGeolocatorAsync(IStorageFile, Geolocator) 메서드

정의

제공된 Geolocator 개체를 사용하여 파일의 지리적 메타데이터를 디바이스의 현재 위치로 비동기적으로 설정합니다.

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

매개 변수

file
IStorageFile

지리적 메타데이터가 설정된 파일입니다.

geolocator
Geolocator

디바이스의 현재 위치를 확인하는 데 사용할 Geolocator 개체입니다.

반환

비동기 작업입니다.

특성

적용 대상