Frame.AddBackEntry(CustomContentState) 메서드

정의

후방 탐색 기록에 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 개체입니다.

예외

statenull이고 CustomContentState 개체가 GetContentState()에서 반환되지 않은 경우

설명

NavigationService.AddBackEntry을 참조하세요.

적용 대상

추가 정보