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 的异步操作。

属性

适用于