NavigatingCancelEventArgs.TargetContentState 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 对象。