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对象。