C# Class IoTCoreDefaultApp.NavigationUtils

Afficher le fichier Open project: MicrosoftEdge/WebOnPi Class Usage Examples

Méthodes publiques

Méthode Description
GoBack ( ) : void
IsNextTutorialButtonVisible ( string docName ) : bool
NavigateToNextTutorialFrom ( string docName ) : void
NavigateToScreen ( Type screenType ) : void
NavigateToScreen ( Type screenType, object parameter ) : void
NavigateToWebView ( WebView wv, Uri uri ) : void

Method Details

GoBack() public static méthode

public static GoBack ( ) : void
Résultat void

IsNextTutorialButtonVisible() public static méthode

public static IsNextTutorialButtonVisible ( string docName ) : bool
docName string
Résultat bool

NavigateToNextTutorialFrom() public static méthode

public static NavigateToNextTutorialFrom ( string docName ) : void
docName string
Résultat void

NavigateToScreen() public static méthode

public static NavigateToScreen ( Type screenType ) : void
screenType System.Type
Résultat void

NavigateToScreen() public static méthode

public static NavigateToScreen ( Type screenType, object parameter ) : void
screenType System.Type
parameter object
Résultat void

NavigateToWebView() public static méthode

public static NavigateToWebView ( WebView wv, Uri uri ) : void
wv Windows.UI.Xaml.Controls.WebView
uri System.Uri
Résultat void