Frame.BackStack Propiedad

Definición

Obtiene una colección de instancias de PageStackEntry que representan el historial de navegación hacia atrás del 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)

Valor de propiedad

Pila de navegación hacia atrás.

Se aplica a

Consulte también