Frame.AddBackEntry(CustomContentState) Yöntem

Tanım

Nesne içeren arka gezinti geçmişine bir CustomContentState giriş ekler.

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)

Parametreler

state
CustomContentState

CustomContentState Belirli bir içerik parçasıyla ilişkili uygulama tanımlı durumu temsil eden nesne.

Özel durumlar

state, nullve öğesinden GetContentState()bir CustomContentState nesne döndürülmedi.

Açıklamalar

Bkz. NavigationService.AddBackEntry.

Şunlara uygulanır

Ayrıca bkz.