IProvideCustomContentState.GetContentState 方法

定义

返回一个要与导航历史记录中的内容关联的自定义状态类的实例。

public:
 System::Windows::Navigation::CustomContentState ^ GetContentState();
public System.Windows.Navigation.CustomContentState GetContentState ();
abstract member GetContentState : unit -> System.Windows.Navigation.CustomContentState
Public Function GetContentState () As CustomContentState

返回

一个要与导航历史记录中的内容关联的自定义 CustomContentState 类的实例。

适用于