[This is preliminary documentation and is subject to change.]
Save the Project to the specified Project file name.
The current project file name will also change to the specified project file name.
Sessions will not be saved.
| C# | Visual Basic | Visual C++ |
public bool SaveProject( string theProjectFileName )
Public Function SaveProject ( _ theProjectFileName As String _ ) As Boolean
public: bool SaveProject( String^ theProjectFileName )
- theProjectFileName (String)
- The name of the Project file ot save to.
Boolean indicating if the saving was successfull.