IBuildProcessCurrentProject Property
This read-only property is used to get the current project being used for the build
Namespace: Sandcastle.Core.BuildEngineAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
ISandcastleProject CurrentProject { get; }
ReadOnly Property CurrentProject As ISandcastleProject
Get
property ISandcastleProject^ CurrentProject {
ISandcastleProject^ get ();
}
abstract CurrentProject : ISandcastleProject with get
Property Value
ISandcastleProject Although there is nothing stopping it, project options should not be modified during a
build.