Frame.AddBackEntry(CustomContentState) Methode

Definition

Fügt einen Eintrag zum Rückwärtsnavigationsverlauf 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 Inhaltsabschnitt zugeordnet ist.

Ausnahmen

state ist null, und ein CustomContentState Objekt wird nicht von GetContentState().

Hinweise

Siehe NavigationService.AddBackEntry.

Gilt für:

Weitere Informationen