Freigeben über


NavigationProxy.PushModalAsync Methode

Definition

Überlädt

PushModalAsync(Page)

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

PushModalAsync(Page, Boolean)

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

PushModalAsync(Page)

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

public System.Threading.Tasks.Task PushModalAsync(Xamarin.Forms.Page modal);
abstract member PushModalAsync : Xamarin.Forms.Page -> System.Threading.Tasks.Task
override this.PushModalAsync : Xamarin.Forms.Page -> System.Threading.Tasks.Task

Parameter

modal
Page

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

Gibt zurück

System.Threading.Tasks.Task

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

Implementiert

Gilt für:

PushModalAsync(Page, Boolean)

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

public System.Threading.Tasks.Task PushModalAsync(Xamarin.Forms.Page modal, bool animated);
abstract member PushModalAsync : Xamarin.Forms.Page * bool -> System.Threading.Tasks.Task
override this.PushModalAsync : Xamarin.Forms.Page * bool -> System.Threading.Tasks.Task

Parameter

modal
Page

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

animated
System.Boolean

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

Gibt zurück

System.Threading.Tasks.Task

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

Implementiert

Gilt für: