NavigationPage.PopToRootAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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
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