C# Class Windows.UI.Xaml.Controls.Frame

Inheritance: ContentControl, IFrame, INavigate
显示文件 Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
Frame ( ) : System
GetNavigationState ( ) : string
GoBack ( ) : void
GoForward ( ) : void
Navigate ( [ sourcePageType ) : bool
Navigate ( [ sourcePageType, [ parameter ) : bool
SetNavigationState ( [ navigationState ) : void

Method Details

Frame() public method

public Frame ( ) : System
return System

GetNavigationState() public method

public GetNavigationState ( ) : string
return string

GoBack() public method

public GoBack ( ) : void
return void

GoForward() public method

public GoForward ( ) : void
return void

Navigate() public method

public Navigate ( [ sourcePageType ) : bool
sourcePageType [
return bool

Navigate() public method

public Navigate ( [ sourcePageType, [ parameter ) : bool
sourcePageType [
parameter [
return bool

SetNavigationState() public method

public SetNavigationState ( [ navigationState ) : void
navigationState [
return void