'宣言 Public Overloads Sub Save( _ ByVal fileName As System.String, _ ByVal format As FileFormat, _ ByVal encoding As System.Text.Encoding, _ ByVal options As SaveOptions _ )
public void Save( System.string fileName, FileFormat format, System.Text.Encoding encoding, SaveOptions options )
パラメータ
- fileName
- 保存するファイルの名前。
- format
- ファイルの保存に使用するフォーマットを指定する FileFormat値。
- encoding
- ファイルのエンコードを指定する System.Text.Encoding値。
- options
- ファイルを保存する際に使用するオプションを指定する SaveOptions値。