NavigatingCancelEventArgs.TargetContentState 属性

定义

CustomContentState获取要应用于要导航到的内容的对象。

public:
 property System::Windows::Navigation::CustomContentState ^ TargetContentState { System::Windows::Navigation::CustomContentState ^ get(); };
public System.Windows.Navigation.CustomContentState TargetContentState { get; }
member this.TargetContentState : System.Windows.Navigation.CustomContentState
Public ReadOnly Property TargetContentState As CustomContentState

属性值

CustomContentState要应用于要导航到的内容的对象。

注解

TargetContentState 如果导航到具有与之关联的对象的后退导航历史记录或向前导航历史记录中的内容,将包含 CustomContentState 一个 CustomContentState 对象。

适用于