NavigationWindow.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을(를) 참조하세요.

적용 대상