IBuild ProcessCurrent Build Step Property
This read-only property is used to get the current build step
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#
BuildStep CurrentBuildStep { get; }VB
ReadOnly Property CurrentBuildStep As BuildStep
GetC++
property BuildStep CurrentBuildStep {
BuildStep get ();
}F#
abstract CurrentBuildStep : BuildStep with get