C# Класс WindowsApp.Views.RecogResultPage

Creates the page
Наследование: Windows.UI.Xaml.Controls.Page
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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