NavigationService.AddBackEntry(CustomContentState) 方法

定义

向包含 CustomContentState 对象的后退导航历史记录中添加一个条目。

public:
 void AddBackEntry(System::Windows::Navigation::CustomContentState ^ state);
public void AddBackEntry (System.Windows.Navigation.CustomContentState state);
member this.AddBackEntry : System.Windows.Navigation.CustomContentState -> unit
Public Sub AddBackEntry (state As CustomContentState)

参数

state
CustomContentState

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

例外

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

注解

AddBackEntryCustomContentStateIProvideCustomContentState 用于帮助记住当前内容的多个状态集。

适用于

另请参阅