NavigationProxy.PushAsync Methode

Definitie

Overloads

Name Description
PushAsync(Page)

Hiermee wordt een pagina naar de navigatiestack met animatie gepusht.

PushAsync(Page, Boolean)

Hiermee wordt een pagina naar de navigatiestack gepusht.

PushAsync(Page)

Bron:
NavigationProxy.cs
Bron:
NavigationProxy.cs
Bron:
NavigationProxy.cs
Bron:
NavigationProxy.cs

Hiermee wordt een pagina naar de navigatiestack met animatie gepusht.

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

Parameters

root
Page

De pagina die moet worden gepusht.

Retouren

Een taak die de bewerking vertegenwoordigt.

Implementeringen

Van toepassing op

PushAsync(Page, Boolean)

Bron:
NavigationProxy.cs
Bron:
NavigationProxy.cs
Bron:
NavigationProxy.cs
Bron:
NavigationProxy.cs

Hiermee wordt een pagina naar de navigatiestack gepusht.

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

Parameters

root
Page

De pagina die moet worden gepusht.

animated
Boolean

Of de overgang moet worden geanimeerd.

Retouren

Een taak die de bewerking vertegenwoordigt.

Implementeringen

Van toepassing op