Engine.CreateNewProject Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new empty Project object that is associated with this engine. All projects must be associated with an engine, because they need loggers, global properties, reserved properties, etc.
public:
Microsoft::Build::BuildEngine::Project ^ CreateNewProject();
public Microsoft.Build.BuildEngine.Project CreateNewProject ();
member this.CreateNewProject : unit -> Microsoft.Build.BuildEngine.Project
Public Function CreateNewProject () As Project
Returns
The created project.