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)

属性值

用户在文件打开选取器操作期间选择的文件列表。

实现

属性

适用于