NavigationProxy.PushModalAsync Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
| Name | Description |
|---|---|
| PushModalAsync(Page) |
Geeft een pagina modaal weer met animatie. |
| PushModalAsync(Page, Boolean) |
Geeft een pagina modaal weer. |
PushModalAsync(Page)
- Bron:
- NavigationProxy.cs
- Bron:
- NavigationProxy.cs
- Bron:
- NavigationProxy.cs
- Bron:
- NavigationProxy.cs
Geeft een pagina modaal weer met animatie.
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
Parameters
- modal
- Page
De pagina die modaal moet worden weergegeven.
Retouren
Een taak die de bewerking vertegenwoordigt.
Implementeringen
Van toepassing op
PushModalAsync(Page, Boolean)
- Bron:
- NavigationProxy.cs
- Bron:
- NavigationProxy.cs
- Bron:
- NavigationProxy.cs
- Bron:
- NavigationProxy.cs
Geeft een pagina modaal weer.
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
Parameters
- modal
- Page
De pagina die modaal moet worden weergegeven.
- animated
- Boolean
Of de overgang moet worden geanimeerd.
Retouren
Een taak die de bewerking vertegenwoordigt.