Compartir a través de


FileSavePickerContinuationEventArgs.File Propiedad

Definición

Obtiene el archivo seleccionado por el usuario durante la operación del selector de guardado de archivos.

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 = fileSavePickerContinuationEventArgs.file;
Public ReadOnly Property File As StorageFile

Valor de propiedad

El archivo seleccionado por el usuario durante la operación del selector de guardado de archivos.

Implementaciones

Atributos

Se aplica a