Frame.AddBackEntry(CustomContentState) Metoda

Definicja

Dodaje wpis do historii nawigacji wstecz, który zawiera CustomContentState obiekt.

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)

Parametry

state
CustomContentState

CustomContentState Obiekt reprezentujący stan zdefiniowany przez aplikację skojarzony z określonym elementem zawartości.

Wyjątki

state to null, a CustomContentState obiekt nie jest zwracany z GetContentState()obiektu .

Uwagi

Zobacz: NavigationService.AddBackEntry.

Dotyczy

Zobacz też