共用方式為


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

屬性值

使用者在檔案儲存選擇器作業期間選取的檔案。

屬性

適用於