NavigationWindow.AddBackEntry(CustomContentState) 方法

定义

向包含 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)

参数

state
CustomContentState

一个 CustomContentState 对象,该对象表示与特定内容片段关联的应用程序定义的状态。

例外

statenull,并且 CustomContentState 对象不是从 GetContentState() 返回的对象。

注解

请参阅 NavigationService.AddBackEntry

适用于