Frame.IsNavigationStackEnabled Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
|