Frame.IsNavigationStackEnabled Proprietà

Definizione

Ottiene o imposta un valore che indica se la navigazione viene registrata nel Frame o ForwardStackdell'BackStack.

public:
 property bool IsNavigationStackEnabled { bool get(); void set(bool value); };
bool IsNavigationStackEnabled();

void IsNavigationStackEnabled(bool value);
public bool IsNavigationStackEnabled { get; set; }
var boolean = frame.isNavigationStackEnabled;
frame.isNavigationStackEnabled = boolean;
Public Property IsNavigationStackEnabled As Boolean

Valore della proprietà

Boolean

bool

truese lo spostamento viene registrato in 's o ; in Framecaso contrario, false.BackStackForwardStack Il valore predefinito è true.

Si applica a

Vedi anche