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

Inheritance: ContentControl, IFrame, INavigate
Afficher le fichier Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Méthodes publiques

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

Method Details

Frame() public méthode

public Frame ( ) : System
Résultat System

GetNavigationState() public méthode

public GetNavigationState ( ) : string
Résultat string

GoBack() public méthode

public GoBack ( ) : void
Résultat void

GoForward() public méthode

public GoForward ( ) : void
Résultat void

Navigate() public méthode

public Navigate ( [ sourcePageType ) : bool
sourcePageType [
Résultat bool

Navigate() public méthode

public Navigate ( [ sourcePageType, [ parameter ) : bool
sourcePageType [
parameter [
Résultat bool

SetNavigationState() public méthode

public SetNavigationState ( [ navigationState ) : void
navigationState [
Résultat void