FileDialogSelectedItems Interface
A collection of String values that correspond to the paths of the files or folders that a user has selected from a file dialog box displayed through the FileDialog object.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
<GuidAttribute("000C0363-0000-0000-C000-000000000046")> _
Public Interface FileDialogSelectedItems _
Inherits _IMsoDispObj, IEnumerable
'Usage
Dim instance As FileDialogSelectedItems
[GuidAttribute("000C0363-0000-0000-C000-000000000046")]
public interface FileDialogSelectedItems : _IMsoDispObj,
IEnumerable
Remarks
Use the SelectedItems property with the FileDialog object to return a FileDialogSelectedItems collection.