MapControl.TryRotateToAsync(Double) 方法

定義

啟動非同步作業,將地圖的相機旋轉至特定方向。

public:
 virtual IAsyncOperation<bool> ^ TryRotateToAsync(double angleInDegrees) = TryRotateToAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryRotateToAsync(double const& angleInDegrees);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryRotateToAsync(double angleInDegrees);
function tryRotateToAsync(angleInDegrees)
Public Function TryRotateToAsync (angleInDegrees As Double) As IAsyncOperation(Of Boolean)

參數

angleInDegrees
Double

double

地圖相機的最終 標題 ,以度為單位。

傳回

包含作業的結果:如果作業成功完成,則為 true ;否則為 false

屬性

備註

請參閱 TryRotateAsync 方法的備註一節。

適用於