Language

NavigationService.AddBackEntry(CustomContentState) メソッド

定義

CustomContentState オブジェクトを含む戻るナビゲーション履歴にエントリを追加します。

public:
 void AddBackEntry(System::Windows::Navigation::CustomContentState ^ state);
public void AddBackEntry(System.Windows.Navigation.CustomContentState state);
member this.AddBackEntry : System.Windows.Navigation.CustomContentState -> unit
Public Sub AddBackEntry (state As CustomContentState)

パラメーター

state
CustomContentState

特定のコンテンツに関連付けられているアプリケーション定義の状態を表す CustomContentState オブジェクト。

例外

state は nullであり、 CustomContentState オブジェクトは GetContentState()から返されません。

注釈

AddBackEntry、 CustomContentState、および IProvideCustomContentState は、現在のコンテンツの複数の状態セットを記憶するために使用されます。

適用対象

こちらもご覧ください