Frame.GoBack 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.
Accède à l’élément le plus récent de l’historique de navigation arrière, si un Frame contrôle gère son propre historique de navigation.
public:
virtual void GoBack();
public:
void GoBack();
public void GoBack();
abstract member GoBack : unit -> unit
override this.GoBack : unit -> unit
member this.GoBack : unit -> unit
Public Sub GoBack ()
Exceptions
GoBack() est appelé lorsqu’il n’y a pas d’entrées dans l’historique de navigation arrière.
Remarques
Si l’historique de navigation d’un frame est géré par un navigateur parent (NavigationWindow, ), Framela GoBack méthode sur ce navigateur ou cet objet associé NavigationService doit être appelée :