NavigationService.AddBackEntry(CustomContentState) 메서드

정의

후방 탐색 기록에 CustomContentState 개체가 들어 있는 항목을 추가합니다.

public:
 void AddBackEntry(System::Windows::Navigation::CustomContentState ^ state);
public void AddBackEntry (System.Windows.Navigation.CustomContentState state);
member this.AddBackEntry : System.Windows.Navigation.CustomContentState -> unit
Public Sub AddBackEntry (state As CustomContentState)

매개 변수

state
CustomContentState

특정 콘텐츠 조각에 연결된 애플리케이션 정의 상태를 나타내는 CustomContentState 개체입니다.

예외

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

설명

AddBackEntryCustomContentState, 및 IProvideCustomContentState 여러 집합이 현재 내용에 대 한 상태를 기억 하는 데 사용 됩니다.

적용 대상

추가 정보