Project.Save Method |
Name | Description | |
---|---|---|
![]() | Save() |
Saves this project to Xml, to the file stored inside this project's properties.
|
![]() | Save(Boolean) |
Saves this project to Xml, to the file stored inside this project's properties.
|
![]() | Save(EncodingType) |
Saves this project to Xml, to the file stored inside this project's properties.
|
![]() | Save(Boolean, EncodingType) |
Saves this project to Xml, to the file stored inside this project's properties.
|
![]() | Save(Func<String, String, DialogResult>, Action<String, String>, EncodingType) |
Saves this project to Xml, to the file stored inside this project's properties.
|
![]() | Save(Boolean, Func<String, String, DialogResult>, Action<String, String>, EncodingType) |
Saves this project to Xml, to the file stored inside this project's properties.
|
![]() | Save(Boolean, Func<String, String, DialogResult>, Action<String, String>, EncodingType, String) |
Saves this project to Xml, to the file stored inside this project's properties.
|