Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 983 Bytes

fileopenpicker_picksinglefileasync_1320627792.md

File metadata and controls

24 lines (17 loc) · 983 Bytes
-api-id -api-type
M:Windows.Storage.Pickers.FileOpenPicker.PickSingleFileAsync
winrt method

Windows.Storage.Pickers.FileOpenPicker.PickSingleFileAsync

-description

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

-returns

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

-remarks

This API isn't supported for Windows Phone for either Windows Runtime or Microsoft Silverlight. Use PickSingleFileAndContinue instead.

-examples

-see-also

File picker sample, Open files and folders with a picker