Frame.BackStack Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of PageStackEntry instances representing the backward navigation history of the Frame.
public:
property IVector<PageStackEntry ^> ^ BackStack { IVector<PageStackEntry ^> ^ get(); };
IVector<PageStackEntry> BackStack();
public IList<PageStackEntry> BackStack { get; }
var iVector = frame.backStack;
Public ReadOnly Property BackStack As IList(Of PageStackEntry)
Property Value
The backward navigation stack.