Frame.IsNavigationStackEnabled 属性

定义

获取或设置一个值,该值指示导航是记录在 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

属性值

Boolean

bool

如果在 Frame 的 ForwardStack 或 BackStack 中记录导航,则为 true;否则为 false。 默认值为 true

Windows 要求

设备系列
Windows 10, version 1809 (在 10.0.17763.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v7.0 中引入)

适用于

另请参阅