C# Class MvvmCross.WindowsUWP.Views.MvxWrappedFrame

Inheritance: IMvxWindowsFrame
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
ClearValue ( DependencyProperty property ) : void
GetNavigationState ( ) : string
GetValue ( DependencyProperty property ) : object
GoBack ( ) : void
MvxWrappedFrame ( Frame frame ) : System
Navigate ( Type viewType, object parameter ) : bool
SetNavigationState ( string state ) : void
SetValue ( DependencyProperty property, object value ) : void

Method Details

ClearValue() public méthode

public ClearValue ( DependencyProperty property ) : void
property Windows.UI.Xaml.DependencyProperty
Résultat void

GetNavigationState() public méthode

public GetNavigationState ( ) : string
Résultat string

GetValue() public méthode

public GetValue ( DependencyProperty property ) : object
property Windows.UI.Xaml.DependencyProperty
Résultat object

GoBack() public méthode

public GoBack ( ) : void
Résultat void

MvxWrappedFrame() public méthode

public MvxWrappedFrame ( Frame frame ) : System
frame Windows.UI.Xaml.Controls.Frame
Résultat System

Navigate() public méthode

public Navigate ( Type viewType, object parameter ) : bool
viewType System.Type
parameter object
Résultat bool

SetNavigationState() public méthode

public SetNavigationState ( string state ) : void
state string
Résultat void

SetValue() public méthode

public SetValue ( DependencyProperty property, object value ) : void
property Windows.UI.Xaml.DependencyProperty
value object
Résultat void