Method | Description | |
---|---|---|
RecogResultPage ( ) : WindowsApp.Common |
Constructor
|
|
UpdateResult ( ) : Task |
update recognition result
|
Method | Description | |
---|---|---|
OnNavigatedFrom ( |
called when the page is exited
|
|
OnNavigatedTo ( |
called when the page is navigated to
|
Method | Description | |
---|---|---|
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, |
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, |
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, |
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, |
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
|
protected OnNavigatedFrom ( |
||
e | ||
return | void |
protected OnNavigatedTo ( |
||
e | ||
return | void |
public RecogResultPage ( ) : WindowsApp.Common | ||
return | WindowsApp.Common |