IFileSavePickerContinuationEventArgs IFileSavePickerContinuationEventArgs IFileSavePickerContinuationEventArgs IFileSavePickerContinuationEventArgs Interface

Definition

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

public : interface IFileSavePickerContinuationEventArgspublic interface IFileSavePickerContinuationEventArgsPublic Interface IFileSavePickerContinuationEventArgs// You can use this interface in JavaScript.
Inheritance
IFileSavePickerContinuationEventArgsIFileSavePickerContinuationEventArgsIFileSavePickerContinuationEventArgsIFileSavePickerContinuationEventArgs
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Inherited Members

Inherited properties

Properties

File File File File

Gets the file selected by the user during the file save picker operation.

public : StorageFile File { get; }public StorageFile File { get; }Public ReadOnly Property File As StorageFile// You can use this property in JavaScript.
Value
StorageFile StorageFile StorageFile StorageFile

The file selected by the user during the file save picker operation.

See Also