C# 클래스 PhotoSharingApp.Universal.Storage.FilePickerHelper

Helper class which provides default settings for the file picker for opening photos.
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing

공개 메소드들

메소드 설명
CreateFileOpenPickerWithDefaultParams ( ) : FileOpenPicker

Creates the file open picker with default parameters suitable for opening photos.

PickSingleFile ( ) : Task

Shows the file picker to let the user choose a single file.

메소드 상세

CreateFileOpenPickerWithDefaultParams() 공개 정적인 메소드

Creates the file open picker with default parameters suitable for opening photos.
public static CreateFileOpenPickerWithDefaultParams ( ) : FileOpenPicker
리턴 Windows.Storage.Pickers.FileOpenPicker

PickSingleFile() 공개 정적인 메소드

Shows the file picker to let the user choose a single file.
Thrown when image is too small.
public static PickSingleFile ( ) : Task
리턴 Task