FileDialog.SelectedItems Property

Returns a FileDialogSelectedItems collection.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Property SelectedItems As FileDialogSelectedItems
    Get
'Usage
Dim instance As FileDialog
Dim value As FileDialogSelectedItems

value = instance.SelectedItems
FileDialogSelectedItems SelectedItems { get; }

Property Value

Type: Microsoft.Office.Core.FileDialogSelectedItems

Remarks

This collection contains a list of the paths of the files that a user selected from a file dialog box displayed using the Show method of the FileDialog object.

See Also

Reference

FileDialog Interface

FileDialog Members

Microsoft.Office.Core Namespace