MapControl.TryRotateToAsync(Double) Méthode

Définition

Démarre une opération asynchrone pour faire pivoter la caméra de la carte vers une orientation spécifique.

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)

Paramètres

angleInDegrees
Double

double

Titre final de la caméra de la carte, en degrés.

Retours

Contient les résultats de l’opération : true si l’opération s’est terminée avec succès ; sinon, false.

Attributs

Remarques

Consultez la section remarques de la méthode TryRotateAsync .

S’applique à