NavigationService.AddBackEntry(CustomContentState) Yöntem

Tanım

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

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)

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

AddBackEntry, CustomContentStateve IProvideCustomContentState geçerli içerik için birden çok durum kümesini hatırlamaya yardımcı olmak için kullanılır.

Şunlara uygulanır

Ayrıca bkz.