다음을 통해 공유


Shell.OnBackButtonPressed 메서드

정의

[뒤로] 단추를 누를 때 응답으로 CurrentItem이 발생한 경우 true를 반환합니다.

protected override bool OnBackButtonPressed ();
override this.OnBackButtonPressed : unit -> bool

반환

System.Boolean

CurrentItemnull이 아니고 탐색 스택에 있는 유일한 항목이 아닌 경우 true입니다.

설명

이 메서드는 탐색이 완료되기 전에 반환할 수 있습니다. PopAsync()을 참조하십시오.

적용 대상