MapControl.TryTiltToAsync(Double) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Démarre une opération asynchrone pour incliner la caméra de la carte vers une orientation spécifique.
public:
virtual IAsyncOperation<bool> ^ TryTiltToAsync(double angleInDegrees) = TryTiltToAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryTiltToAsync(double const& angleInDegrees);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryTiltToAsync(double angleInDegrees);
function tryTiltToAsync(angleInDegrees)
Public Function TryTiltToAsync (angleInDegrees As Double) As IAsyncOperation(Of Boolean)
Paramètres
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 TryTiltAsync .