C# 클래스 WindowsApp.Views.RecogResultPage

Creates the page
상속: Windows.UI.Xaml.Controls.Page
파일 보기 프로젝트 열기: MSRCCS/AppSuite 1 사용 예제들

공개 메소드들

메소드 설명
RecogResultPage ( ) : WindowsApp.Common

Constructor

UpdateResult ( ) : Task

update recognition result

보호된 메소드들

메소드 설명
OnNavigatedFrom ( NavigationEventArgs e ) : void

called when the page is exited

OnNavigatedTo ( NavigationEventArgs e ) : void

called when the page is navigated to

비공개 메소드들

메소드 설명
App_Resuming ( Object sender, Object e ) : void
CurrentWindow_VisibilityChanged ( object sender, Windows e ) : void

maintains the app's visual state when the screen is locked

HardwareButtons_BackPressed ( object sender, Windows e ) : void

Manages the back pressed event. Overides event in NavigationHelper

NavigationHelper_LoadState ( object sender, LoadStateEventArgs e ) : void

Populates the page with content passed during navigation. Any saved state is also provided when recreating a page from a prior session.

NavigationHelper_SaveState ( object sender, SaveStateEventArgs e ) : void

Preserves state associated with this page in case the application is suspended or the page is discarded from the navigation cache. Values must conform to the serialization requirements of SuspensionManager.SessionState.

addHyperlink ( object sender, TappedRoutedEventArgs e ) : void

makes each result a hyperlink (if possible) when the result is tapped

dotCreater ( ) : String
findColon ( string resultString ) : int
findEnd ( string resultString ) : int
howManyDots ( string resultString ) : String
howManySpaces ( string resultString ) : int
returnHome_Click ( object sender, RoutedEventArgs e ) : void

Returns the app to the OptionsPage. Clears data and dispatches the app to the UI thread to insure app stability

spliceResult ( String resultString ) : void

splices the result string to display

메소드 상세

OnNavigatedFrom() 보호된 메소드

called when the page is exited
protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
리턴 void

OnNavigatedTo() 보호된 메소드

called when the page is navigated to
protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
리턴 void

RecogResultPage() 공개 메소드

Constructor
public RecogResultPage ( ) : WindowsApp.Common
리턴 WindowsApp.Common

UpdateResult() 공개 메소드

update recognition result
public UpdateResult ( ) : Task
리턴 Task