C# 클래스 WindowsApp.Views.OptionsPage

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

공개 메소드들

메소드 설명
ContinueFileOpenPicker ( FileOpenPickerContinuationEventArgs args ) : void

space holder

OptionsPage ( ) : System

Constructor

UploadPhoto ( object sender, RoutedEventArgs e ) : void
renderButtonColor ( ) : Task

보호된 메소드들

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

called when app exits the page

OnNavigatedTo ( NavigationEventArgs e ) : void

called when navigate to the page

비공개 메소드들

메소드 설명
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.

PasteURL ( object sender, RoutedEventArgs e ) : void
SelectDomain_Click ( object sender, RoutedEventArgs e ) : void
SelectGateway_Click ( object sender, RoutedEventArgs e ) : void
SelectProvider_Click ( object sender, RoutedEventArgs e ) : void
checkGatewayProviderDomainStatus ( object sender, RoutedEventArgs e ) : void

Checks if the selected Gateway, Provider, and Domain are active The xaml buttons will turn green if the selection is active and red if the selection is inactive

goToCamera ( object sender, RoutedEventArgs e ) : void

Navigates to different pages based on which circular button, defined in xaml, is pressed

메소드 상세

ContinueFileOpenPicker() 공개 메소드

space holder
public ContinueFileOpenPicker ( FileOpenPickerContinuationEventArgs args ) : void
args FileOpenPickerContinuationEventArgs
리턴 void

OnNavigatedFrom() 보호된 메소드

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

OnNavigatedTo() 보호된 메소드

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

OptionsPage() 공개 메소드

Constructor
public OptionsPage ( ) : System
리턴 System

UploadPhoto() 공개 메소드

public UploadPhoto ( object sender, RoutedEventArgs e ) : void
sender object
e Windows.UI.Xaml.RoutedEventArgs
리턴 void

renderButtonColor() 공개 메소드

public renderButtonColor ( ) : Task
리턴 Task