PhoneApplicationFrame.BackStack Property

Namespace:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public ReadOnly Property BackStack As IEnumerable(Of JournalEntry)
public IEnumerable<JournalEntry> BackStack { get; }
public:
property IEnumerable<JournalEntry^>^ BackStack {
    IEnumerable<JournalEntry^>^ get ();
}
member BackStack : IEnumerable<JournalEntry> with get

Property Value

Type: System.Collections.Generic.IEnumerable<JournalEntry>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

PhoneApplicationFrame Class

Microsoft.Phone.Controls Namespace