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 ou Frame
ForwardStack
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
Valeur de propriété
Boolean
bool
true
si la navigation est enregistrée dans ou Frame
ForwardStack
BackStack
; sinon, . false
Par défaut, il s’agit de true
.