NavigationService.AddBackEntry(CustomContentState) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將項目加入至包含 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 可用來協助記住目前內容的多個狀態集。