C1.WPF Namespace > C1FilePicker Class : SelectedFiles Property |
'Declaration
Public Property SelectedFiles As IEnumerable(Of FileInfo)
'Usage
Dim instance As C1FilePicker Dim value As IEnumerable(Of FileInfo) instance.SelectedFiles = value value = instance.SelectedFiles
public IEnumerable<FileInfo> SelectedFiles {get; set;}
public: property IEnumerable<FileInfo^>^ SelectedFiles { IEnumerable<FileInfo^>^ get(); void set ( IEnumerable<FileInfo^>^ value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2