NavigationWindow.AddBackEntry(CustomContentState) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
, null
ve nesnesi CustomContentState öğesinden GetContentState()döndürülmedi.
Açıklamalar
Bkz. NavigationService.AddBackEntry.