NavigatingCancelEventArgs.ContentStateToSave 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 CustomContentState 对象,该对象与正在从中导航的页面的后退导航历史记录项关联。
public:
property System::Windows::Navigation::CustomContentState ^ ContentStateToSave { System::Windows::Navigation::CustomContentState ^ get(); void set(System::Windows::Navigation::CustomContentState ^ value); };
public System.Windows.Navigation.CustomContentState ContentStateToSave { get; set; }
member this.ContentStateToSave : System.Windows.Navigation.CustomContentState with get, set
Public Property ContentStateToSave As CustomContentState
属性值
与正在从中导航的页面的后退导航历史记录项关联的 CustomContentState 对象。
注解
Navigating 从一段内容导航到另一段内容时,将引发 事件。 从中导航的内容将添加到后退导航历史记录。 可以使用自定义CustomContentState对象进行设置ContentStateToSave,以将状态信息与导航历史记录中的内容相关联。