PhoneApplicationFrame.BackStack Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets an IEnumerable that you use to enumerate the entries in the back navigation history.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Property Value
Type: System.Collections.Generic.IEnumerable<JournalEntry>Returns IEnumerable<T>. List of entries in the back stack.
Show: