Frame.IsNavigationStackEnabled 속성

정의

탐색이 의 ForwardStack 또는 에 Frame기록되는지 여부를 나타내는 값을 가져오거나 BackStack설정합니다.

public:
 property bool IsNavigationStackEnabled { bool get(); void set(bool value); };
bool IsNavigationStackEnabled();

void IsNavigationStackEnabled(bool value);
public bool IsNavigationStackEnabled { get; set; }
var boolean = frame.isNavigationStackEnabled;
frame.isNavigationStackEnabled = boolean;
Public Property IsNavigationStackEnabled As Boolean

속성 값

Boolean

bool

true탐색이 또는 ForwardStackBackStackFrame기록되면 이고, false그렇지 않으면 입니다. 기본값은 true입니다.

적용 대상

추가 정보