IBuild ProcessCurrent Project Property
This read-only property is used to get the current project being used for the build
Definition
Namespace: Sandcastle.Core.BuildEngine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
ISandcastleProject CurrentProject { get; }VB
ReadOnly Property CurrentProject As ISandcastleProject
GetC++
property ISandcastleProject^ CurrentProject {
ISandcastleProject^ get ();
}F#
abstract CurrentProject : ISandcastleProject with getProperty Value
ISandcastleProjectRemarks
Although there is nothing stopping it, project options should not be modified during a
build.