共用方式為


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,代表要設定的地理中繼資料。

傳回

非同步動作。

屬性

適用於