NavigationProxy.PopToRootAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PopToRootAsync() |
For internal use by the Xamarin.Forms platform. |
PopToRootAsync(Boolean) |
For internal use by the Xamarin.Forms platform. |
PopToRootAsync()
For internal use by the Xamarin.Forms platform.
public System.Threading.Tasks.Task PopToRootAsync ();
abstract member PopToRootAsync : unit -> System.Threading.Tasks.Task
override this.PopToRootAsync : unit -> System.Threading.Tasks.Task
Returns
System.Threading.Tasks.Task
For internal use by the Xamarin.Forms platform.
Implements
Applies to
PopToRootAsync(Boolean)
For internal use by the Xamarin.Forms platform.
public System.Threading.Tasks.Task PopToRootAsync (bool animated);
abstract member PopToRootAsync : bool -> System.Threading.Tasks.Task
override this.PopToRootAsync : bool -> System.Threading.Tasks.Task
Parameters
- animated
- System.Boolean
For internal use by the Xamarin.Forms platform.
Returns
System.Threading.Tasks.Task
For internal use by the Xamarin.Forms platform.