IFileSavePickerContinuationEventArgs.File 属性

定义

获取用户在文件保存选取器操作期间选择的文件。

public:
 property StorageFile ^ File { StorageFile ^ get(); };
StorageFile File();
/// [get: 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")]
StorageFile File();
public StorageFile File { get; }
public StorageFile File { [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")] get; }
var storageFile = iFileSavePickerContinuationEventArgs.file;
Public ReadOnly Property File As StorageFile

属性值

用户在文件保存选取器操作期间选择的文件。

属性

适用于