IFileOpenPickerContinuationEventArgs.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 = iFileOpenPickerContinuationEventArgs.files;
Public ReadOnly Property Files As IReadOnlyList(Of StorageFile)

屬性值

使用者在檔案開啟選擇器作業期間選取的檔案清單。

屬性

適用於