Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.05 KB

fileopenpicker_picksinglefileasync_389470064.md

File metadata and controls

30 lines (21 loc) · 1.05 KB
-api-id -api-type
M:Windows.Storage.Pickers.FileOpenPicker.PickSingleFileAsync(System.String)
winrt method

Windows.Storage.Pickers.FileOpenPicker.PickSingleFileAsync

-description

Shows the file picker so that the user can pick one file.

-parameters

-param pickerOperationId

This argument is ignored and has no effect.

-returns

When the call to this method completes successfully, it returns a StorageFile object that represents the file that the user picked.

-remarks

UWP app only. This signature isn't supported. Use PickSingleFileAsync instead.

Windows Phone 8.x app only. This signature isn't supported. Use PickSingleFileAndContinue instead.

-examples

-see-also

PickSingleFileAsync