NavigationProxy.PushModalAsync Metod

Definition

Överlagringar

Name Description
PushModalAsync(Page)

Visar en sida modally med animering.

PushModalAsync(Page, Boolean)

Visar en sida modally.

PushModalAsync(Page)

Källa:
NavigationProxy.cs
Källa:
NavigationProxy.cs
Källa:
NavigationProxy.cs
Källa:
NavigationProxy.cs

Visar en sida modally med animering.

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

Parametrar

modal
Page

Sidan som ska presenteras modally.

Returer

En uppgift som representerar åtgärden.

Implementeringar

Gäller för

PushModalAsync(Page, Boolean)

Källa:
NavigationProxy.cs
Källa:
NavigationProxy.cs
Källa:
NavigationProxy.cs
Källa:
NavigationProxy.cs

Visar en sida 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

Parametrar

modal
Page

Sidan som ska presenteras modally.

animated
Boolean

Om övergången ska animeras.

Returer

En uppgift som representerar åtgärden.

Implementeringar

Gäller för