IFileSaveDialog interface
Extends the IFileDialog interface by adding methods specific to the save dialog, which include those that provide support for the collection of metadata to be persisted with the file.
Members
The IFileSaveDialog interface inherits from IFileDialog. IFileSaveDialog also has these types of members:
Methods
The IFileSaveDialog interface has these methods.
| Method | Description |
|---|---|
| ApplyProperties |
Applies a set of properties to an item using the Shell's copy engine. |
| GetOptions |
Gets the current flags that are set to control dialog behavior. |
| GetProperties |
Retrieves the set of property values for a saved item or an item in the process of being saved. |
| SetCollectedProperties |
Specifies which properties will be collected in the save dialog. |
| SetOptions |
Sets flags to control the behavior of the dialog. |
| SetProperties |
Provides a property store that defines the default values to be used for the item being saved. |
| SetSaveAsItem |
Sets an item to be used as the initial entry in a Save As dialog. |
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