C# 클래스 WindowsApp.Views.OptionsProxy

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

공개 메소드들

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

resumes the application after choosing a photo from the photo library

OptionsProxy ( ) : WindowsApp.Common

Constructor

보호된 메소드들

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

helps with page navigation

OnNavigatedTo ( NavigationEventArgs e ) : void

helps with page navigation

비공개 메소드들

메소드 설명
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
ReadFile ( StorageFile file ) : Task
ResizeImage ( MemoryStream ms, uint maxImageSize ) : Task

resizes the image so it can go through VMHub processing

processRequestAfterRotate ( byte buf ) : Task

메소드 상세

ContinueFileOpenPicker() 공개 메소드

resumes the application after choosing a photo from the photo library
public ContinueFileOpenPicker ( FileOpenPickerContinuationEventArgs args ) : void
args FileOpenPickerContinuationEventArgs
리턴 void

OnNavigatedFrom() 보호된 메소드

helps with page navigation
protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
리턴 void

OnNavigatedTo() 보호된 메소드

helps with page navigation
protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
리턴 void

OptionsProxy() 공개 메소드

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