0 out of 2 rated this helpful - Rate this topic

NavigationService.BackStack Property

July 26, 2012

Gets an IEnumerable that you use to enumerate the entries in the back navigation history.

Namespace:  System.Windows.Navigation
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
public IEnumerable<JournalEntry> BackStack { get; }

Property Value

Type: System.Collections.Generic.IEnumerable<JournalEntry>
Returns IEnumerable<T>. The list of entries in the back stack.

Windows Phone OS

Supported in: 7.1

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.