GeotagHelper.SetGeotagAsync(IStorageFile, Geopoint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
- file
- IStorageFile
The file into which the geographic metadata is set.
Returns
An asynchronous action.
- Attributes