NavigatingCancelEventArgs.TargetContentState 속성

정의

탐색 중인 콘텐츠에 적용되는 CustomContentState 개체를 가져옵니다.

public:
 property System::Windows::Navigation::CustomContentState ^ TargetContentState { System::Windows::Navigation::CustomContentState ^ get(); };
public System.Windows.Navigation.CustomContentState TargetContentState { get; }
member this.TargetContentState : System.Windows.Navigation.CustomContentState
Public ReadOnly Property TargetContentState As CustomContentState

속성 값

탐색 중인 콘텐츠에 적용되는 CustomContentState 개체입니다.

설명

TargetContentState 포함 됩니다는 CustomContentState 뒤에 콘텐츠를 탐색 하는 경우 개체 또는 전방 탐색 기록에는 CustomContentState 연결 된 개체입니다.

적용 대상