ProjectElement Constructor

There are two overloads for the constructor

Overload List

ProjectElement(SandcastleProject, ProjectItem) This constructor is used to wrap an existing project item
ProjectElement(SandcastleProject, String, String) This constructor is used to create a new build item and add it to the project

See Also