Project.SaveTo Method
Include Protected Members
Include Inherited Members
Saves the project to the specified file.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SaveTo(Stream) | Saves the project to the specified I/O stream. Unlike SaveAs, project storage is not changed after saving. | |
SaveTo(String) | Saves the project to the specified file. Unlike SaveAs, project storage is not changed after saving. |
Top