[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Provides a dialog box that enables the user to specify options for saving a file.
Public NotInheritable Class SaveFileDialog
Dim instance As SaveFileDialog
public sealed class SaveFileDialog
This class enables the user to open and overwrite an existing file or create a new file. You can optionally specify a filter for the dialog box by using the Filter property. If no filter is specified, you can set the default file name extension applied to files in the dialog box by using the DefaultExt property.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.