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

ナビゲーション バック スタック内のエントリの数。

適用対象