NavigationProxy.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() |
Für die interne Verwendung durch die Xamarin.Forms-Plattform. |
PopToRootAsync(Boolean) |
Für die interne Verwendung durch die Xamarin.Forms-Plattform. |
PopToRootAsync()
Für die interne Verwendung durch die Xamarin.Forms-Plattform.
public System.Threading.Tasks.Task PopToRootAsync ();
abstract member PopToRootAsync : unit -> System.Threading.Tasks.Task
override this.PopToRootAsync : unit -> System.Threading.Tasks.Task
Gibt zurück
Für die interne Verwendung durch die Xamarin.Forms-Plattform.
Implementiert
Gilt für:
PopToRootAsync(Boolean)
Für die interne Verwendung durch die Xamarin.Forms-Plattform.
public System.Threading.Tasks.Task PopToRootAsync (bool animated);
abstract member PopToRootAsync : bool -> System.Threading.Tasks.Task
override this.PopToRootAsync : bool -> System.Threading.Tasks.Task
Parameter
- animated
- System.Boolean
Für die interne Verwendung durch die Xamarin.Forms-Plattform.
Gibt zurück
Für die interne Verwendung durch die Xamarin.Forms-Plattform.