Frame.IsNavigationStackEnabled 属性

定义

获取或设置一个值,该值指示是将导航记录在 的 ForwardStack 还是 BackStackFrame

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

属性值

Boolean

bool

true如果导航记录在 的 或 中Frame,则为 ;否则为 falseBackStackForwardStack 默认为 true

适用于

另请参阅