MapControl.TryZoomOutAsync 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 effectuer un zoom arrière, réduisant d’un seul le zoomLevel de la carte.
public:
virtual IAsyncOperation<bool> ^ TryZoomOutAsync() = TryZoomOutAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryZoomOutAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryZoomOutAsync();
function tryZoomOutAsync()
Public Function TryZoomOutAsync () As IAsyncOperation(Of Boolean)
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 TryZoomInAsync .