Frame.GoForward 方法

定義

若 a Frame 管理自己的導航歷史,則可導航至前向導航歷史中最新的項目。

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

例外狀況

GoForward() 當回溯導航歷史中沒有條目時,會被呼叫。

備註

如果某框架的導航歷史由父導航器NavigationWindow(, Frame), GoForward 該導航器或相關 NavigationService 物件的方法必須被呼叫:

適用於

另請參閱