Frame.BackStack Property

Definition

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.

Applies to

See also