Frame.IsNavigationStackEnabled Propriété

Définition

Obtient ou définit une valeur qui indique si la navigation est enregistrée dans le ForwardStack ou backStack du Frame.

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

Valeur de propriété

Boolean

bool

true si la navigation est enregistrée dans forwardStack ou BackStack du frame ; sinon, false. La valeur par défaut est true.

Configuration requise pour Windows

Famille d’appareils
Windows 10, version 1809 (introduit dans 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v7.0)

S’applique à

Voir aussi