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

탐색 백 스택의 항목 수입니다.

적용 대상