NavigationProxy.PopAsync 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
PopAsync() |
Pour un usage interne par la plateforme Xamarin.Forms. |
PopAsync(Boolean) |
Pour un usage interne par la plateforme Xamarin.Forms. |
PopAsync()
Pour un usage interne par la plateforme Xamarin.Forms.
public System.Threading.Tasks.Task<Xamarin.Forms.Page> PopAsync ();
abstract member PopAsync : unit -> System.Threading.Tasks.Task<Xamarin.Forms.Page>
override this.PopAsync : unit -> System.Threading.Tasks.Task<Xamarin.Forms.Page>
Retours
Pour un usage interne par la plateforme Xamarin.Forms.
Implémente
S’applique à
PopAsync(Boolean)
Pour un usage interne par la plateforme Xamarin.Forms.
public System.Threading.Tasks.Task<Xamarin.Forms.Page> PopAsync (bool animated);
abstract member PopAsync : bool -> System.Threading.Tasks.Task<Xamarin.Forms.Page>
override this.PopAsync : bool -> System.Threading.Tasks.Task<Xamarin.Forms.Page>
Paramètres
- animated
- System.Boolean
Pour un usage interne par la plateforme Xamarin.Forms.
Retours
Pour un usage interne par la plateforme Xamarin.Forms.