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
要在其中設定地理中繼資料的檔案。
傳回
非同步動作。
- 屬性