Freigeben über


INavigation.PopToRootAsync Methode

Definition

Überlädt

PopToRootAsync()

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

PopToRootAsync(Boolean)

Entfernt abgesehen vom Page-Stamm alles per Pop vom Navigationsstapel mit optionaler Animation.

PopToRootAsync()

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

public System.Threading.Tasks.Task PopToRootAsync();
abstract member 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)

Entfernt abgesehen vom Page-Stamm alles per Pop vom Navigationsstapel mit optionaler Animation.

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

Parameter

animated
System.Boolean

Gibt an, ob der Popvorgang animiert werden soll.

Gibt zurück

System.Threading.Tasks.Task

Gilt für: