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

移動先のコンテンツに適用される CustomContentState オブジェクト。

注釈

TargetContentState は、オブジェクトが CustomContentState 関連付けられている前後のナビゲーション履歴内のコンテンツに移動する場合は、オブジェクトを CustomContentState 含みます。

適用対象