IFileSavePickerContinuationEventArgs Interface
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 save picker operation.
public interface class IFileSavePickerContinuationEventArgs : IContinuationActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(746876897, 15277, 20275, 140, 139, 228, 111, 174, 130, 75, 75)]
struct IFileSavePickerContinuationEventArgs : IContinuationActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(746876897, 15277, 20275, 140, 139, 228, 111, 174, 130, 75, 75)]
/// [Windows.Foundation.Metadata.Deprecated("IFileSavePickerContinuationEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
struct IFileSavePickerContinuationEventArgs : IContinuationActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(746876897, 15277, 20275, 140, 139, 228, 111, 174, 130, 75, 75)]
public interface IFileSavePickerContinuationEventArgs : IContinuationActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(746876897, 15277, 20275, 140, 139, 228, 111, 174, 130, 75, 75)]
[Windows.Foundation.Metadata.Deprecated("IFileSavePickerContinuationEventArgs 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 IFileSavePickerContinuationEventArgs : IContinuationActivatedEventArgs
Public Interface IFileSavePickerContinuationEventArgs
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) |
File |
Gets the file selected by the user during the file save 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) |