NavigationService.AddBackEntry(CustomContentState) Yöntem

Tanım

Nesne içeren arka gezinti geçmişine bir CustomContentState girdi 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 nesne.

Özel durumlar

state, nullve öğesinden CustomContentStatebir GetContentState() nesne döndürülmüyor.

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.