IFileOpenPickerContinuationEventArgs Interface

Definition

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

public interface class IFileOpenPickerContinuationEventArgs : IContinuationActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(4042932026, 54504, 19155, 156, 52, 35, 8, 243, 47, 206, 201)]
struct IFileOpenPickerContinuationEventArgs : IContinuationActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(4042932026, 54504, 19155, 156, 52, 35, 8, 243, 47, 206, 201)]
/// [Windows.Foundation.Metadata.Deprecated("IFileOpenPickerContinuationEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
struct IFileOpenPickerContinuationEventArgs : IContinuationActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(4042932026, 54504, 19155, 156, 52, 35, 8, 243, 47, 206, 201)]
public interface IFileOpenPickerContinuationEventArgs : IContinuationActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(4042932026, 54504, 19155, 156, 52, 35, 8, 243, 47, 206, 201)]
[Windows.Foundation.Metadata.Deprecated("IFileOpenPickerContinuationEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
public interface IFileOpenPickerContinuationEventArgs : IContinuationActivatedEventArgs
Public Interface IFileOpenPickerContinuationEventArgs
Implements IContinuationActivatedEventArgs
Derived
Attributes
Implements

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Properties

ContinuationData

Gets a set of values populated by the app before an operation that deactivates the app in order to provide context when the app is activated.

(Inherited from IContinuationActivatedEventArgs)
Files

Gets the list of files selected by the user during the file open picker operation.

Kind

Gets the reason that this app is being activated.

(Inherited from IActivatedEventArgs)
PreviousExecutionState

Gets the execution state of the app before this activation.

(Inherited from IActivatedEventArgs)
SplashScreen

Gets the splash screen object that provides information about the transition from the splash screen to the activated app.

(Inherited from IActivatedEventArgs)

Applies to

See also