Compartilhar via


INavigation.PushAsync Método

Definição

Sobrecargas

PushAsync(Page)
PushAsync(Page, Boolean)

PushAsync(Page)

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

Parâmetros

page
Page

Retornos

Aplica-se a

PushAsync(Page, Boolean)

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

Parâmetros

page
Page
animated
Boolean

Retornos

Aplica-se a