Frame.AddBackEntry(CustomContentState) 方法

定義

將項目加入至包含 CustomContentState 物件的向後巡覽記錄。

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

參數

state
CustomContentState

CustomContentState 物件,表示與特定內容關聯的應用程式定義狀態。

例外狀況

statenull,而且沒有從 CustomContentState 傳回 GetContentState() 物件。

備註

請參閱 NavigationService.AddBackEntry

適用於

另請參閱