Freigeben über


NavigationProxy.PushAsync Methode

Definition

Überlädt

Name Beschreibung
PushAsync(Page)

Verschiebt eine Seite mit Animation auf den Navigationsstapel.

PushAsync(Page, Boolean)

Verschiebt eine Seite auf den Navigationsstapel.

PushAsync(Page)

Quelle:
NavigationProxy.cs
Quelle:
NavigationProxy.cs
Quelle:
NavigationProxy.cs

Verschiebt eine Seite mit Animation auf den Navigationsstapel.

public:
 virtual System::Threading::Tasks::Task ^ PushAsync(Microsoft::Maui::Controls::Page ^ root);
public System.Threading.Tasks.Task PushAsync(Microsoft.Maui.Controls.Page root);
abstract member PushAsync : Microsoft.Maui.Controls.Page -> System.Threading.Tasks.Task
override this.PushAsync : Microsoft.Maui.Controls.Page -> System.Threading.Tasks.Task
Public Function PushAsync (root As Page) As Task

Parameter

root
Page

Die zu verschiebende Seite.

Gibt zurück

Eine Aufgabe, die den Vorgang darstellt.

Implementiert

Gilt für:

PushAsync(Page, Boolean)

Quelle:
NavigationProxy.cs
Quelle:
NavigationProxy.cs
Quelle:
NavigationProxy.cs

Verschiebt eine Seite auf den Navigationsstapel.

public:
 virtual System::Threading::Tasks::Task ^ PushAsync(Microsoft::Maui::Controls::Page ^ root, bool animated);
public System.Threading.Tasks.Task PushAsync(Microsoft.Maui.Controls.Page root, bool animated);
abstract member PushAsync : Microsoft.Maui.Controls.Page * bool -> System.Threading.Tasks.Task
override this.PushAsync : Microsoft.Maui.Controls.Page * bool -> System.Threading.Tasks.Task
Public Function PushAsync (root As Page, animated As Boolean) As Task

Parameter

root
Page

Die zu verschiebende Seite.

animated
Boolean

Gibt an, ob der Übergang animiert werden soll.

Gibt zurück

Eine Aufgabe, die den Vorgang darstellt.

Implementiert

Gilt für: