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

巡覽回堆疊中的項目數。

適用於