SaveFileDialog 类

提示用户选择文件的保存位置。无法继承此类。

**命名空间:**System.Windows.Forms
**程序集:**System.Windows.Forms(在 system.windows.forms.dll 中)

语法

声明
Public NotInheritable Class SaveFileDialog
    Inherits FileDialog
用法
Dim instance As SaveFileDialog
public sealed class SaveFileDialog : FileDialog
public ref class SaveFileDialog sealed : public FileDialog
public final class SaveFileDialog extends FileDialog
public final class SaveFileDialog extends FileDialog

备注

此类可以打开和改写现有文件,也可以创建新文件。

此类的大多数功能都可以在 FileDialog 类中找到。

Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows CE 平台说明: 在 Pocket PC 上,如果不指定文件的扩展名,控件会附加对话框中选定类型的扩展名。在 Windows CE 上,控件不附加扩展名。所有平台都支持 FilterIndex 属性,该属性返回选定扩展名筛选器的索引。

示例

下面的代码示例演示如何创建 SaveFileDialog、设置成员、使用 ShowDialog 方法调用对话框以及保存当前文件。该示例要求有一个放置了一个按钮的窗体。

继承层次结构

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       System.Windows.Forms.CommonDialog
         System.Windows.Forms.FileDialog
          System.Windows.Forms.SaveFileDialog

线程安全

此类型的任何公共静态(Visual Basic 中的 Shared)成员都是线程安全的,但不保证所有实例成员都是线程安全的。

平台

Windows 98、Windows 2000 SP4、Windows CE、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

.NET Compact Framework

受以下版本支持:2.0、1.0

请参见

参考

SaveFileDialog 成员
System.Windows.Forms 命名空间
FileDialog 类
CommonDialog 类