NavigationProxy.PopModalAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| PopModalAsync() |
Pops the current modal page with animation. |
| PopModalAsync(Boolean) |
Pops the current modal page. |
PopModalAsync()
- Quelle:
- NavigationProxy.cs
- Quelle:
- NavigationProxy.cs
- Quelle:
- NavigationProxy.cs
Pops the current modal page with animation.
public:
virtual System::Threading::Tasks::Task<Microsoft::Maui::Controls::Page ^> ^ PopModalAsync();
public System.Threading.Tasks.Task<Microsoft.Maui.Controls.Page> PopModalAsync();
abstract member PopModalAsync : unit -> System.Threading.Tasks.Task<Microsoft.Maui.Controls.Page>
override this.PopModalAsync : unit -> System.Threading.Tasks.Task<Microsoft.Maui.Controls.Page>
Public Function PopModalAsync () As Task(Of Page)
Gibt zurück
Die modale Seite, die eingetaucht wurde.
Implementiert
Gilt für:
PopModalAsync(Boolean)
- Quelle:
- NavigationProxy.cs
- Quelle:
- NavigationProxy.cs
- Quelle:
- NavigationProxy.cs
Pops the current modal page.
public:
virtual System::Threading::Tasks::Task<Microsoft::Maui::Controls::Page ^> ^ PopModalAsync(bool animated);
public System.Threading.Tasks.Task<Microsoft.Maui.Controls.Page> PopModalAsync(bool animated);
abstract member PopModalAsync : bool -> System.Threading.Tasks.Task<Microsoft.Maui.Controls.Page>
override this.PopModalAsync : bool -> System.Threading.Tasks.Task<Microsoft.Maui.Controls.Page>
Public Function PopModalAsync (animated As Boolean) As Task(Of Page)
Parameter
- animated
- Boolean
Gibt an, ob der Übergang animiert werden soll.
Gibt zurück
Die modale Seite, die eingetaucht wurde.