MapControl.TryZoomToAsync(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.
public:
virtual IAsyncOperation<bool> ^ TryZoomToAsync(double zoomLevel) = TryZoomToAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryZoomToAsync(double const& zoomLevel);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryZoomToAsync(double zoomLevel);
function tryZoomToAsync(zoomLevel)
Public Function TryZoomToAsync (zoomLevel As Double) As IAsyncOperation(Of Boolean)
Paramètres
- zoomLevel
-
Double
double
Niveau de zoom final de la carte, entre 1 et 20.
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 .