NavigationProxy.PopToRootAsync Metod

Definition

Överlagringar

Name Description
PopToRootAsync()

Visar alla sidor utom rotsidan med animering.

PopToRootAsync(Boolean)

Visar alla sidor utom rotsidan.

PopToRootAsync()

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

Visar alla sidor utom rotsidan med animering.

public:
 virtual System::Threading::Tasks::Task ^ PopToRootAsync();
public System.Threading.Tasks.Task PopToRootAsync();
abstract member PopToRootAsync : unit -> System.Threading.Tasks.Task
override this.PopToRootAsync : unit -> System.Threading.Tasks.Task
Public Function PopToRootAsync () As Task

Returer

En uppgift som representerar åtgärden.

Implementeringar

Gäller för

PopToRootAsync(Boolean)

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

Visar alla sidor utom rotsidan.

public:
 virtual System::Threading::Tasks::Task ^ PopToRootAsync(bool animated);
public System.Threading.Tasks.Task PopToRootAsync(bool animated);
abstract member PopToRootAsync : bool -> System.Threading.Tasks.Task
override this.PopToRootAsync : bool -> System.Threading.Tasks.Task
Public Function PopToRootAsync (animated As Boolean) As Task

Parametrar

animated
Boolean

Om övergången ska animeras.

Returer

En uppgift som representerar åtgärden.

Implementeringar

Gäller för