Project.SaveAs Method
Include Protected Members
Include Inherited Members
Saves the project to the specified storage.
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 | |
---|---|---|
SaveAs(Stream) | Saves the project to the specified I/O stream. The specified stream becomes the project storage. | |
SaveAs(String) | Saves the project to the specified storage. The specified file becomes the storage for the project if saving successes. |
Top