Frame.AddBackEntry(CustomContentState) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
후방 탐색 기록에 CustomContentState 개체가 들어 있는 항목을 추가합니다.
public:
virtual void AddBackEntry(System::Windows::Navigation::CustomContentState ^ state);
public:
void AddBackEntry(System::Windows::Navigation::CustomContentState ^ state);
public void AddBackEntry (System.Windows.Navigation.CustomContentState state);
abstract member AddBackEntry : System.Windows.Navigation.CustomContentState -> unit
override this.AddBackEntry : System.Windows.Navigation.CustomContentState -> unit
member this.AddBackEntry : System.Windows.Navigation.CustomContentState -> unit
Public Sub AddBackEntry (state As CustomContentState)
매개 변수
- state
- CustomContentState
특정 콘텐츠 조각에 연결된 애플리케이션 정의 상태를 나타내는 CustomContentState 개체입니다.
예외
state
가 null
이고 CustomContentState 개체가 GetContentState()에서 반환되지 않은 경우
설명
NavigationService.AddBackEntry을 참조하세요.