CustomContentState.Replay(NavigationService, NavigationMode) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在发生导航时调用,以对内容片段重新应用状态。
public:
abstract void Replay(System::Windows::Navigation::NavigationService ^ navigationService, System::Windows::Navigation::NavigationMode mode);
public abstract void Replay (System.Windows.Navigation.NavigationService navigationService, System.Windows.Navigation.NavigationMode mode);
abstract member Replay : System.Windows.Navigation.NavigationService * System.Windows.Navigation.NavigationMode -> unit
Public MustOverride Sub Replay (navigationService As NavigationService, mode As NavigationMode)
参数
- navigationService
- NavigationService
一种 NavigationService,为对要将此 CustomContentState 应用到其中的内容负责的导航器所拥有。
- mode
- NavigationMode
一种 NavigationMode,指定如何导航到要对其应用 CustomContentState 的内容。
注解
Replay 当导航历史记录中具有关联 CustomContentState 对象的项导航到时调用 。
从抽象 CustomContentState 类派生时, Replay 必须重写,尽管重写实现只需调用基 Replay 方法。