FileOpenPickerContinuationEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information about an activated event that fires after the app was suspended for a file open picker operation.
public ref class FileOpenPickerContinuationEventArgs sealed : IFileOpenPickerContinuationEventArgs
public ref class FileOpenPickerContinuationEventArgs sealed : IActivatedEventArgsWithUser, IFileOpenPickerContinuationEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class FileOpenPickerContinuationEventArgs final : IFileOpenPickerContinuationEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class FileOpenPickerContinuationEventArgs final : IActivatedEventArgsWithUser, IFileOpenPickerContinuationEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Deprecated("FileOpenPickerContinuationEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
class FileOpenPickerContinuationEventArgs final : IActivatedEventArgsWithUser, IFileOpenPickerContinuationEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class FileOpenPickerContinuationEventArgs : IFileOpenPickerContinuationEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class FileOpenPickerContinuationEventArgs : IActivatedEventArgsWithUser, IFileOpenPickerContinuationEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Deprecated("FileOpenPickerContinuationEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
public sealed class FileOpenPickerContinuationEventArgs : IActivatedEventArgsWithUser, IFileOpenPickerContinuationEventArgs
Public NotInheritable Class FileOpenPickerContinuationEventArgs
Implements IFileOpenPickerContinuationEventArgs
Public NotInheritable Class FileOpenPickerContinuationEventArgs
Implements IActivatedEventArgsWithUser, IFileOpenPickerContinuationEventArgs
- Inheritance
- Attributes
- Implements
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
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 |
Properties
ContinuationData |
Gets a set of values populated by the app before a FileOpenPicker operation that deactivates the app in order to provide context when the app is activated. |
Files |
Gets the list of files selected by the user during the file open picker operation. |
Kind |
Gets the activation type. |
PreviousExecutionState |
Gets the execution state of the app before it was activated. |
SplashScreen |
Gets a SplashScreen object that provides information about the transition from the splash screen to the activated app. |
User |
Gets the user that the app was activated for. |