GeotagHelper.GetGeotagAsync(IStorageFile) 메서드

정의

파일의 지리적 메타데이터(있는 경우)를 나타내는 Geopoint 를 비동기적으로 검색합니다.

public:
 static IAsyncOperation<Geopoint ^> ^ GetGeotagAsync(IStorageFile ^ file);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<Geopoint> GetGeotagAsync(IStorageFile const& file);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<Geopoint> GetGeotagAsync(IStorageFile file);
function getGeotagAsync(file)
Public Shared Function GetGeotagAsync (file As IStorageFile) As IAsyncOperation(Of Geopoint)

매개 변수

file
IStorageFile

지리적 메타데이터가 검색되는 파일입니다.

반환

성공적으로 완료될 때 Geopoint 를 반환하는 비동기 작업입니다.

특성

적용 대상