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

适用于