NavigationService.BackStack Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the backstack, as an enumerator of JournalEntry objects.

Namespace:  System.Windows.Navigation
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public ReadOnly Property BackStack As IEnumerable(Of JournalEntry)
public IEnumerable<JournalEntry> BackStack { get; }

Property Value

Type: System.Collections.Generic..::.IEnumerable<(Of <(JournalEntry>)>)
The backstack, as an enumerator of JournalEntry objects.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

NavigationService Class

System.Windows.Navigation Namespace