Frame.BackStackDepth 属性

定义

获取导航后退堆栈中的条目数。

public:
 property int BackStackDepth { int get(); };
int BackStackDepth();
public int BackStackDepth { get; }
var int32 = frame.backStackDepth;
Public ReadOnly Property BackStackDepth As Integer

属性值

Int32

int

导航后退堆栈中的条目数。

适用于