[This is preliminary documentation and is subject to change.]
Construct a new empty Project that has not been saved yet to the supplied Project file.
Precondition: no project is constructed.
| C# | Visual Basic | Visual C++ |
public void New( string theProjectFileName )
Public Sub New ( _ theProjectFileName As String _ )
public: void New( String^ theProjectFileName )
- theProjectFileName (String)
- The name of the Project file.