Frame.GoBack Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GoBack(NavigationTransitionInfo) |
Navigates to the most recent item in back navigation history, if a Frame manages its own navigation history, and specifies the animated transition to use. |
GoBack() |
Navigates to the most recent item in back navigation history, if a Frame manages its own navigation history. |
GoBack(NavigationTransitionInfo)
public:
virtual void GoBack(NavigationTransitionInfo ^ transitionInfoOverride) = GoBack;
void GoBack(NavigationTransitionInfo const& transitionInfoOverride);
public void GoBack(NavigationTransitionInfo transitionInfoOverride);
function goBack(transitionInfoOverride)
Public Sub GoBack (transitionInfoOverride As NavigationTransitionInfo)
Parameters
- transitionInfoOverride
- NavigationTransitionInfo
Info about the animated transition to use.
See also
Applies to
GoBack()
public:
virtual void GoBack() = GoBack;
void GoBack();
public void GoBack();
function goBack()
Public Sub GoBack ()