C# Class PhotoSharingApp.Universal.ViewModels.WelcomeViewModel

ViewModel for Welcome screen.
Inheritance: ViewModelBase
Afficher le fichier Open project: Microsoft/Appsample-Photosharing Class Usage Examples

Méthodes publiques

Méthode Description
LoadState ( ) : System.Threading.Tasks.Task

Loads the state.

WelcomeViewModel ( INavigationFacade navigationFacade ) : System

Initializes a new instance of the WelcomeViewModel class.

Private Methods

Méthode Description
InitializeInstructionItems ( ) : void
OnNavigateToTargetPage ( InstructionItem instructionItem ) : void

Method Details

LoadState() public méthode

Loads the state.
public LoadState ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

WelcomeViewModel() public méthode

Initializes a new instance of the WelcomeViewModel class.
public WelcomeViewModel ( INavigationFacade navigationFacade ) : System
navigationFacade INavigationFacade The navigation facade.
Résultat System