NavigationWindow.GoBack 方法

定义

导航到后退导航历史记录中的最近的条目。

public:
 virtual void GoBack();
public:
 void GoBack();
public void GoBack ();
abstract member GoBack : unit -> unit
override this.GoBack : unit -> unit
member this.GoBack : unit -> unit
Public Sub GoBack ()

例外

在调用 GoBack() 时后退导航历史记录中没有条目。

适用于

另请参阅