共用方式為


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 物件。

適用於