Aracılığıyla paylaş


NavigationWindow.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 bir nesne.

Özel durumlar

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

Açıklamalar

Bkz. NavigationService.AddBackEntry.

Şunlara uygulanır