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