NavigationPage.PushAsync Methode

Definition

Überlädt

Name Beschreibung
PushAsync(Page)

Verschiebt asynchron eine Seite auf den Navigationsstapel.

PushAsync(Page, Boolean)

Verschiebt eine Seite asynchron auf den Navigationsstapel mit optionaler Animation.

PushAsync(Page)

Quelle:
NavigationPage.cs
Quelle:
NavigationPage.cs
Quelle:
NavigationPage.cs
Quelle:
NavigationPage.cs

Verschiebt asynchron eine Seite auf den Navigationsstapel.

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

Parameter

page
Page

Die Seite, die auf den Navigationsstapel verschoben werden soll.

Gibt zurück

Eine Aufgabe, die den asynchronen Pushvorgang darstellt.

Gilt für:

PushAsync(Page, Boolean)

Quelle:
NavigationPage.cs
Quelle:
NavigationPage.cs
Quelle:
NavigationPage.cs
Quelle:
NavigationPage.cs

Verschiebt eine Seite asynchron auf den Navigationsstapel mit optionaler Animation.

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

Parameter

page
Page

Die Seite, die auf den Navigationsstapel verschoben werden soll.

animated
Boolean

Gibt an, ob der Übergang animiert werden soll.

Gibt zurück

Eine Aufgabe, die den asynchronen Pushvorgang darstellt.

Gilt für: