SandcastleProject(Project) Constructor
This is used to create a Sandcastle Builder project from an existing MSBuild project instance
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public SandcastleProject(
Project existingProject
)
Public Sub New (
existingProject As Project
)
public:
SandcastleProject(
Project^ existingProject
)
new :
existingProject : Project -> SandcastleProject
Parameters
- existingProject Project
- The existing project instance
It is assumed that the project has been loaded, the property values are current, and that
the configuration and platform have been set in the MSBuild project global properties in order to
get the correct final values.