Frame.AddBackEntry(CustomContentState) Methode

Definition

Fügt einen Eintrag zum Navigationsverlauf zurück hinzu, der ein CustomContentState-Objekt enthält.

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)

Parameter

state
CustomContentState

Ein CustomContentState-Objekt, das den anwendungsdefinierten Zustand darstellt, der einem bestimmten Inhalt zugeordnet ist.

Ausnahmen

state ist null, und es wird kein CustomContentState-Objekt von GetContentState() zurückgegeben.

Hinweise

Siehe NavigationService.AddBackEntry.

Gilt für:

Weitere Informationen