NavigationProxy.PopModalAsync Método

Definición

Sobrecargas

Nombre Description
PopModalAsync()

Muestra la página modal actual con animación.

PopModalAsync(Boolean)

Abre la página modal actual.

PopModalAsync()

Source:
NavigationProxy.cs
Source:
NavigationProxy.cs
Source:
NavigationProxy.cs
Source:
NavigationProxy.cs

Muestra la página modal actual con animación.

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

Devoluciones

Página modal que se ha extraído.

Implementaciones

Se aplica a

PopModalAsync(Boolean)

Source:
NavigationProxy.cs
Source:
NavigationProxy.cs
Source:
NavigationProxy.cs
Source:
NavigationProxy.cs

Abre la página modal actual.

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

Parámetros

animated
Boolean

Si se va a animar la transición.

Devoluciones

Página modal que se ha extraído.

Implementaciones

Se aplica a