Freigeben über


NavigationProxy.PopAsync Methode

Definition

Überlädt

PopAsync()

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

PopAsync(Boolean)

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

PopAsync()

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

public System.Threading.Tasks.Task<Xamarin.Forms.Page> PopAsync();
abstract member PopAsync : unit -> System.Threading.Tasks.Task<Xamarin.Forms.Page>
override this.PopAsync : unit -> System.Threading.Tasks.Task<Xamarin.Forms.Page>

Gibt zurück

System.Threading.Tasks.Task<Page>

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

Implementiert

Gilt für:

PopAsync(Boolean)

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

public System.Threading.Tasks.Task<Xamarin.Forms.Page> PopAsync(bool animated);
abstract member PopAsync : bool -> System.Threading.Tasks.Task<Xamarin.Forms.Page>
override this.PopAsync : bool -> System.Threading.Tasks.Task<Xamarin.Forms.Page>

Parameter

animated
System.Boolean

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

Gibt zurück

System.Threading.Tasks.Task<Page>

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

Implementiert

Gilt für: