C# 클래스 PhotoSharingApp.Universal.ViewModels.WelcomeViewModel

ViewModel for Welcome screen.
상속: ViewModelBase
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing 1 사용 예제들

공개 메소드들

메소드 설명
LoadState ( ) : System.Threading.Tasks.Task

Loads the state.

WelcomeViewModel ( INavigationFacade navigationFacade ) : System

Initializes a new instance of the WelcomeViewModel class.

비공개 메소드들

메소드 설명
InitializeInstructionItems ( ) : void
OnNavigateToTargetPage ( InstructionItem instructionItem ) : void

메소드 상세

LoadState() 공개 메소드

Loads the state.
public LoadState ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

WelcomeViewModel() 공개 메소드

Initializes a new instance of the WelcomeViewModel class.
public WelcomeViewModel ( INavigationFacade navigationFacade ) : System
navigationFacade INavigationFacade The navigation facade.
리턴 System