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

戻り値

非同期アクション。

属性

適用対象