Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.64 KB

fileopenpickercontinuationeventargs.md

File metadata and controls

35 lines (22 loc) · 1.64 KB
-api-id -api-type
T:Windows.ApplicationModel.Activation.FileOpenPickerContinuationEventArgs
winrt class

Windows.ApplicationModel.Activation.FileOpenPickerContinuationEventArgs

-description

Provides information about an activated event that fires after the app was suspended for a file open picker operation.

-remarks

Note

This class was deprecated in Windows 10, version 2004 (build 19041). The file/folder continuation APIs are no longer relevant with the discontinuation of Windows Phone.

You access a FileOpenPickerContinuationEventArgs object when you implement an event handler that responds to Activated events when ActivationKind is PickFileContinuation.

For an example that uses the FileOpenPickerContinuationEventArgs class, see How to continue your Windows Phone 8.x app after calling an AndContinue method.

Version history

Windows version SDK version Value added
1607 14393 User

-examples

-see-also

IFileOpenPickerContinuationEventArgs, IContinuationActivatedEventArgs, IActivatedEventArgs