NavigationPage.PopAsync Methode

Definition

Überlädt

Name Beschreibung
PopAsync(Boolean)

Entfernt asynchron die oberste Seite aus dem Navigationsstapel mit optionaler Animation.

PopAsync()

Entfernt die oberste Seite asynchron aus dem Navigationsstapel.

PopAsync(Boolean)

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

Entfernt asynchron die oberste Seite aus dem Navigationsstapel mit optionaler Animation.

public:
 System::Threading::Tasks::Task<Microsoft::Maui::Controls::Page ^> ^ PopAsync(bool animated);
public System.Threading.Tasks.Task<Microsoft.Maui.Controls.Page> PopAsync(bool animated);
member this.PopAsync : bool -> System.Threading.Tasks.Task<Microsoft.Maui.Controls.Page>
Public Function PopAsync (animated As Boolean) As Task(Of Page)

Parameter

animated
Boolean

Gibt an, ob der Übergang animiert werden soll.

Gibt zurück

Eine Aufgabe, die den asynchronen Pop-Vorgang darstellt und die popped-Seite enthält.

Gilt für:

PopAsync()

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

Entfernt die oberste Seite asynchron aus dem Navigationsstapel.

public:
 System::Threading::Tasks::Task<Microsoft::Maui::Controls::Page ^> ^ PopAsync();
public System.Threading.Tasks.Task<Microsoft.Maui.Controls.Page> PopAsync();
member this.PopAsync : unit -> System.Threading.Tasks.Task<Microsoft.Maui.Controls.Page>
Public Function PopAsync () As Task(Of Page)

Gibt zurück

Eine Aufgabe, die den asynchronen Pop-Vorgang darstellt und die popped-Seite enthält.

Gilt für: