NavigationProxy.PushAsync Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
| Name | Description |
|---|---|
| PushAsync(Page) |
Coloca uma página na pilha de navegação com animação. |
| PushAsync(Page, Boolean) |
Empurra uma página para a pilha de navegação. |
PushAsync(Page)
- Origem:
- NavigationProxy.cs
- Origem:
- NavigationProxy.cs
- Origem:
- NavigationProxy.cs
- Origem:
- NavigationProxy.cs
Coloca uma página na pilha de navegação com animação.
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
Parâmetros
- root
- Page
A página a empurrar.
Devoluções
Uma tarefa que representa a operação.
Implementações
Aplica-se a
PushAsync(Page, Boolean)
- Origem:
- NavigationProxy.cs
- Origem:
- NavigationProxy.cs
- Origem:
- NavigationProxy.cs
- Origem:
- NavigationProxy.cs
Empurra uma página para a pilha de navegação.
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
Parâmetros
- root
- Page
A página a empurrar.
- animated
- Boolean
Se deve animar a transição.
Devoluções
Uma tarefa que representa a operação.