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.

Namespace:  Microsoft.Phone.Controls
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>)>)
Returns IEnumerable<(Of <(T>)>). List of entries in the back stack.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

PhoneApplicationFrame Class

Microsoft.Phone.Controls Namespace