MapControl.TryZoomOutAsync Methode

Definition

Startet einen asynchronen Vorgang zum Verkleinern, wodurch der ZoomLevel der Karte um eins verringert wird.

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)

Gibt zurück

Enthält die Ergebnisse des Vorgangs: true , wenn der Vorgang erfolgreich abgeschlossen wurde; andernfalls false.

Attribute

Hinweise

Weitere Informationen finden Sie im Abschnitt "Hinweise" der TryZoomInAsync-Methode .

Gilt für: