次の方法で共有


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

プロパティ値

アプリに渡されるファイルを表す StorageFile オブジェクト。

実装

属性

適用対象