NavigationWindow.AddBackEntry(CustomContentState) Método

Definición

Agrega una entrada al historial de retroceso de navegación que contiene un objeto 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)

Parámetros

state
CustomContentState

Objeto CustomContentState que representa el estado definido por la aplicación asociado a una parte concreta del contenido.

Excepciones

state es null y no se devuelve ningún objeto del objeto CustomContentState desde GetContentState().

Comentarios

Vea NavigationService.AddBackEntry.

Se aplica a