| SandcastleProject Constructor (Project) |
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: 2014.11.22.0
Syntax public SandcastleProject(
Project existingProject
)
Public Sub New (
existingProject As Project
)
public:
SandcastleProject(
Project^ existingProject
)
new :
existingProject : Project -> SandcastleProject
Parameters
- existingProject
- Type: Microsoft.Build.EvaluationProject
The existing project instance
Remarks 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.
See Also