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