Frame.BackStack Proprietà

Definizione

Ottiene una raccolta di istanze pageStackEntry che rappresentano la cronologia di spostamento indietro 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)

Valore della proprietà

Stack di navigazione indietro.

Si applica a

Vedi anche