FileDialogSelectedItems Object Members
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.
Methods
| Name | Description | |
|---|---|---|
| Item | Gets a String that corresponds to the path of one of the files that the user selected from a file dialog box that was displayed using the Show method of the FileDialog object. |
Properties
| Name | Description | |
|---|---|---|
| Application | Gets an Application object that represents the container application for the FileDialogSelectedItems object (you can use this property with an Automation object to return that object's container application). Read-only. |
| Count | Gets a Long indicating the number of items in the FileDialogSelectedItems collection. Read-only. |
| Creator | Gets a 32-bit integer that indicates the application in which the FileDialogSelectedItems object was created. Read-only. |
| Parent | Gets the Parent object for the FileDialogSelectedItems object. Read-only. |