Click or drag to resize

Project.Save Method

Overload List
  NameDescription
Public methodSave()
Saves this project to Xml, to the file stored inside this project's properties.
Public methodSave(Boolean)
Saves this project to Xml, to the file stored inside this project's properties.
Public methodSave(EncodingType)
Saves this project to Xml, to the file stored inside this project's properties.
Public methodSave(Boolean, EncodingType)
Saves this project to Xml, to the file stored inside this project's properties.
Public methodSave(Func<String, String, DialogResult>, Action<String, String>, EncodingType)
Saves this project to Xml, to the file stored inside this project's properties.
Public methodSave(Boolean, Func<String, String, DialogResult>, Action<String, String>, EncodingType)
Saves this project to Xml, to the file stored inside this project's properties.
Public methodSave(Boolean, Func<String, String, DialogResult>, Action<String, String>, EncodingType, String)
Saves this project to Xml, to the file stored inside this project's properties.
Top
See Also