Freigeben über


WebUIFileSavePickerContinuationEventArgs.File Eigenschaft

Definition

Ruft die Datei ab, für die die App aktiviert wurde.

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

Eigenschaftswert

Das StorageFile-Objekt , das die Datei darstellt, die an die App übergeben wird.

Implementiert

Attribute

Gilt für: