Frame.AddBackEntry(CustomContentState) 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.
Ajoute une entrée à l'historique de navigation arrière qui contient un objet CustomContentState.
public:
virtual void AddBackEntry(System::Windows::Navigation::CustomContentState ^ state);
public:
void AddBackEntry(System::Windows::Navigation::CustomContentState ^ state);
public void AddBackEntry (System.Windows.Navigation.CustomContentState state);
abstract member AddBackEntry : System.Windows.Navigation.CustomContentState -> unit
override this.AddBackEntry : System.Windows.Navigation.CustomContentState -> unit
member this.AddBackEntry : System.Windows.Navigation.CustomContentState -> unit
Public Sub AddBackEntry (state As CustomContentState)
Paramètres
- state
- CustomContentState
Objet CustomContentState qui représente un état défini par l'application, associé à une partie spécifique du contenu.
Exceptions
state
est null
et CustomContentState ne retourne pas d'objet GetContentState().
Remarques
Consultez NavigationService.AddBackEntry.