JournalEntryUnifiedViewConverter.JournalEntryPosition Attached Property

Definition

Gets or sets a value that specifies whether an entry is in back navigation history, forward navigation history, or is the current content of a navigator.

see GetJournalEntryPosition, and SetJournalEntryPosition
see GetJournalEntryPosition, and SetJournalEntryPosition
see GetJournalEntryPosition, and SetJournalEntryPosition

Remarks

To get a single JournalEntryPosition object from a navigator (NavigationWindow, Frame), call RemoveBackEntry: NavigationService.RemoveBackEntry, Frame.RemoveBackEntry, NavigationWindow.RemoveBackEntry.

To get all JournalEntry objects from a NavigationWindow, enumerate the entries that are returned by NavigationWindow.BackStack and NavigationWindow.ForwardStack.

To get all JournalEntry objects from a Frame, enumerate the entries that are returned by Frame.BackStack and Frame.ForwardStack.

XAML Attribute Usage

Members of this class are either not typically used in XAML, or cannot be used in XAML.

Applies to