BuildProcessCurrentProject Property
This returns the current project being used for the build
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public SandcastleProject CurrentProject { get; }
Public ReadOnly Property CurrentProject As SandcastleProject
Get
public:
property SandcastleProject^ CurrentProject {
SandcastleProject^ get ();
}
member CurrentProject : SandcastleProject with get
Property Value
SandcastleProject Although there is nothing stopping it, project options should not be modified during a
build.