Freigeben über


NavigationPage.PopToRootAsync Methode

Definition

Überlädt

PopToRootAsync()

Entfernt abgesehen vom Page-Stamm alles per Pop vom Navigationsstapel.

PopToRootAsync(Boolean)

Eine Aufgabe zum asynchronen Entfernen aller Seiten des Navigationsstapels per Pop.

PopToRootAsync()

Entfernt abgesehen vom Page-Stamm alles per Pop vom Navigationsstapel.

public System.Threading.Tasks.Task PopToRootAsync();
member this.PopToRootAsync : unit -> System.Threading.Tasks.Task

Gibt zurück

System.Threading.Tasks.Task

Eine Aufgabe, die den asynchronen Schließvorgang darstellt.

Gilt für:

PopToRootAsync(Boolean)

Eine Aufgabe zum asynchronen Entfernen aller Seiten des Navigationsstapels per Pop.

public System.Threading.Tasks.Task PopToRootAsync(bool animated);
member this.PopToRootAsync : bool -> System.Threading.Tasks.Task

Parameter

animated
System.Boolean

Gibt zurück

System.Threading.Tasks.Task

Gilt für: