Condividi tramite


NavigationProxy.PushModalAsync Metodo

Definizione

Overload

Nome Descrizione
PushModalAsync(Page)

Presenta una pagina in modalità modally con animazione.

PushModalAsync(Page, Boolean)

Presenta una pagina modally.

PushModalAsync(Page)

Origine:
NavigationProxy.cs
Origine:
NavigationProxy.cs
Origine:
NavigationProxy.cs

Presenta una pagina in modalità modally con animazione.

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

Parametri

modal
Page

Pagina da presentare modally.

Restituisce

Attività che rappresenta l'operazione.

Implementazioni

Si applica a

PushModalAsync(Page, Boolean)

Origine:
NavigationProxy.cs
Origine:
NavigationProxy.cs
Origine:
NavigationProxy.cs

Presenta una pagina modally.

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

Parametri

modal
Page

Pagina da presentare modally.

animated
Boolean

Indica se animare la transizione.

Restituisce

Attività che rappresenta l'operazione.

Implementazioni

Si applica a