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 を返す非同期操作。

属性

適用対象