次の方法で共有


FileOpenPickerContinuationEventArgs.Files プロパティ

定義

ファイルを開くピッカー操作中にユーザーが選択したファイルの一覧を取得します。

public:
 property IVectorView<StorageFile ^> ^ Files { IVectorView<StorageFile ^> ^ get(); };
IVectorView<StorageFile> Files();
/// [get: Windows.Foundation.Metadata.Deprecated("IFileOpenPickerContinuationEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
IVectorView<StorageFile> Files();
public IReadOnlyList<StorageFile> Files { get; }
public IReadOnlyList<StorageFile> Files { [Windows.Foundation.Metadata.Deprecated("IFileOpenPickerContinuationEventArgs 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 iVectorView = fileOpenPickerContinuationEventArgs.files;
Public ReadOnly Property Files As IReadOnlyList(Of StorageFile)

プロパティ値

ファイルを開くピッカー操作中にユーザーが選択したファイルの一覧。

実装

属性

適用対象