Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 723 Bytes

fileopenpicker_resumepicksinglefileasync_275945310.md

File metadata and controls

23 lines (16 loc) · 723 Bytes
-api-id -api-type
M:Windows.Storage.Pickers.FileOpenPicker.ResumePickSingleFileAsync
winrt method

Windows.Storage.Pickers.FileOpenPicker.ResumePickSingleFileAsync

-description

Resumes the picking operation to retrieve the user-selected file if the user navigates away from the app after the picker operation has completed and the app is suspended.

-returns

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

-remarks

Do not use.

-examples

-see-also