共用方式為


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

屬性

適用於