GeotagHelper.SetGeotagAsync(IStorageFile, Geopoint) 메서드

정의

제공된 Geopoint에서 파일의 지리적 메타데이터를 비동기적으로 설정합니다.

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

매개 변수

file
IStorageFile

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

geopoint
Geopoint

설정할 지리적 메타데이터를 나타내는 Geopoint 입니다.

반환

비동기 작업입니다.

특성

적용 대상