GeotagHelper.SetGeotagAsync(IStorageFile, Geopoint) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
地理的メタデータが設定されているファイル。
戻り値
非同期アクション。
- 属性