Frame.BackStack Propriété

Définition

Obtient une collection d’instances PageStackEntry représentant l’historique de navigation descendante du 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)

Valeur de propriété

Pile de navigation arrière.

S’applique à

Voir aussi