MapControl.TryPanToAsync(Geopoint) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
啟動非同步作業,以將地圖平移至特定位置。
public:
virtual IAsyncOperation<bool> ^ TryPanToAsync(Geopoint ^ location) = TryPanToAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryPanToAsync(Geopoint const& location);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryPanToAsync(Geopoint location);
function tryPanToAsync(location)
Public Function TryPanToAsync (location As Geopoint) As IAsyncOperation(Of Boolean)
參數
- location
- Geopoint
您要移動流覽地圖之地理位置的座標。
傳回
包含作業的結果:如果作業順利完成,則為 true ;否則為 false。
- 屬性
Windows 需求
裝置系列 |
Windows 10 Creators Update (已於 10.0.15063.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)
|