Share via


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
Aa433419.methods(en-us,office.12).gif 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
Aa433419.properties(en-us,office.12).gif 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.
Aa433419.properties(en-us,office.12).gif Count Gets a Long indicating the number of items in the FileDialogSelectedItems collection. Read-only.
Aa433419.properties(en-us,office.12).gif Creator Gets a 32-bit integer that indicates the application in which the FileDialogSelectedItems object was created. Read-only.
Aa433419.properties(en-us,office.12).gif Parent Gets the Parent object for the FileDialogSelectedItems object. Read-only.