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

巡覽回堆疊中的專案數。

適用於