IFileOpenDialog interface
Extends the IFileDialog interface by adding methods specific to the open dialog.
Members
The IFileOpenDialog interface inherits from IFileDialog. IFileOpenDialog also has these types of members:
Methods
The IFileOpenDialog interface has these methods.
| Method | Description |
|---|---|
| GetResults |
Gets the user's choices in a dialog that allows multiple selection. |
| GetSelectedItems |
Gets the currently selected items in the dialog. These items may be items selected in the view, or text selected in the file name edit box. |
Remarks
This interface also provides the methods of the IFileDialog interface, from which it inherits.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also