This topic has not yet been rated - Rate this topic

OpenFileDialog.SelectedFiles Property

Gets a collection of FileDialogFileInfo objects for the selected files.

Namespace:  System.Windows.Controls
Assembly:  System.Windows (in System.Windows.dll)

public IEnumerable<FileDialogFileInfo> SelectedFiles { get; }

Property Value

Type: System.Collections.Generic.IEnumerable<FileDialogFileInfo>

A collection of FileDialogFileInfo objects for the selected files.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.