FileSavePickerContinuationEventArgs Class

Definition

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

public ref class FileSavePickerContinuationEventArgs sealed : IFileSavePickerContinuationEventArgs
public ref class FileSavePickerContinuationEventArgs sealed : IActivatedEventArgsWithUser, IFileSavePickerContinuationEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class FileSavePickerContinuationEventArgs final : IFileSavePickerContinuationEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class FileSavePickerContinuationEventArgs final : IActivatedEventArgsWithUser, IFileSavePickerContinuationEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Deprecated("FileSavePickerContinuationEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
class FileSavePickerContinuationEventArgs final : IActivatedEventArgsWithUser, IFileSavePickerContinuationEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class FileSavePickerContinuationEventArgs : IFileSavePickerContinuationEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class FileSavePickerContinuationEventArgs : IActivatedEventArgsWithUser, IFileSavePickerContinuationEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Deprecated("FileSavePickerContinuationEventArgs 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 FileSavePickerContinuationEventArgs : IActivatedEventArgsWithUser, IFileSavePickerContinuationEventArgs
Public NotInheritable Class FileSavePickerContinuationEventArgs
Implements IFileSavePickerContinuationEventArgs
Public NotInheritable Class FileSavePickerContinuationEventArgs
Implements IActivatedEventArgsWithUser, IFileSavePickerContinuationEventArgs
Inheritance
Object Platform::Object IInspectable FileSavePickerContinuationEventArgs
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 FileSavePickerContinuationEventArgs object when you implement an event handler that responds to Activated events when ActivationKind is PickSaveFileContinuation.

For an example that uses the FileSavePickerContinuationEventArgs 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 FileSavePicker operation that deactivates the app in order to provide context when the app is activated.

File

Gets the file selected by the user during the file save 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.

Applies to

See also