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

返回

异步操作。

属性

适用于