Shell.GoToAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GoToAsync(ShellNavigationState) | |
GoToAsync(ShellNavigationState, Boolean) |
Navigue de manière asynchrone vers , en animant éventuellement. |
GoToAsync(ShellNavigationState)
public System.Threading.Tasks.Task GoToAsync (Xamarin.Forms.ShellNavigationState state);
member this.GoToAsync : Xamarin.Forms.ShellNavigationState -> System.Threading.Tasks.Task
Paramètres
- state
- ShellNavigationState
Retours
S’applique à
GoToAsync(ShellNavigationState, Boolean)
Navigue de manière asynchrone vers , en animant éventuellement.
public System.Threading.Tasks.Task GoToAsync (Xamarin.Forms.ShellNavigationState state, bool animate);
member this.GoToAsync : Xamarin.Forms.ShellNavigationState * bool -> System.Threading.Tasks.Task
Paramètres
- state
- ShellNavigationState
- animate
- System.Boolean
Retours
Remarques
Notez que ShellNavigationState possède des conversions implicites à partir de string
et System.Uri, de sorte que les développeurs peuvent écrire du code tel que le suivant, sans instanciation explicite de :ShellNavigationState
await Shell.Current.GoToAsync("app://xamarin.com/xaminals/animals/monkeys");