NavigationWindow.AddBackEntry(CustomContentState) Metod

Definition

Lägger till en post i navigeringshistoriken som innehåller ett CustomContentState objekt.

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)

Parametrar

state
CustomContentState

Ett CustomContentState objekt som representerar programdefinierat tillstånd som är associerat med ett visst innehåll.

Undantag

state är nulloch ett CustomContentState objekt returneras inte från GetContentState().

Kommentarer

Se även NavigationService.AddBackEntry.

Gäller för