Frame.AddBackEntry(CustomContentState) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
向包含 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 对象,该对象表示与特定内容片段关联的应用程序定义的状态。
例外
state
为 null
,并且未从 CustomContentState 返回一个 GetContentState() 对象。
注解
请参阅 NavigationService.AddBackEntry。