NavigationProxy.PushModalAsync 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 |
|---|---|
| PushModalAsync(Page) |
Stellt eine Seite modal mit Animation dar. |
| PushModalAsync(Page, Boolean) |
Stellt eine Seite modal dar. |
PushModalAsync(Page)
- Quelle:
- NavigationProxy.cs
- Quelle:
- NavigationProxy.cs
- Quelle:
- NavigationProxy.cs
Stellt eine Seite modal mit Animation dar.
public:
virtual System::Threading::Tasks::Task ^ PushModalAsync(Microsoft::Maui::Controls::Page ^ modal);
public System.Threading.Tasks.Task PushModalAsync(Microsoft.Maui.Controls.Page modal);
abstract member PushModalAsync : Microsoft.Maui.Controls.Page -> System.Threading.Tasks.Task
override this.PushModalAsync : Microsoft.Maui.Controls.Page -> System.Threading.Tasks.Task
Public Function PushModalAsync (modal As Page) As Task
Parameter
- modal
- Page
Die Seite, die modal dargestellt werden soll.
Gibt zurück
Eine Aufgabe, die den Vorgang darstellt.
Implementiert
Gilt für:
PushModalAsync(Page, Boolean)
- Quelle:
- NavigationProxy.cs
- Quelle:
- NavigationProxy.cs
- Quelle:
- NavigationProxy.cs
Stellt eine Seite modal dar.
public:
virtual System::Threading::Tasks::Task ^ PushModalAsync(Microsoft::Maui::Controls::Page ^ modal, bool animated);
public System.Threading.Tasks.Task PushModalAsync(Microsoft.Maui.Controls.Page modal, bool animated);
abstract member PushModalAsync : Microsoft.Maui.Controls.Page * bool -> System.Threading.Tasks.Task
override this.PushModalAsync : Microsoft.Maui.Controls.Page * bool -> System.Threading.Tasks.Task
Public Function PushModalAsync (modal As Page, animated As Boolean) As Task
Parameter
- modal
- Page
Die Seite, die modal dargestellt werden soll.
- animated
- Boolean
Gibt an, ob der Übergang animiert werden soll.
Gibt zurück
Eine Aufgabe, die den Vorgang darstellt.