Build Progress Event ArgsBuild Step Property
This read-only property is used to get the current build step of the build process
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#
public BuildStep BuildStep { get; }VB
Public ReadOnly Property BuildStep As BuildStep
GetC++
public:
property BuildStep BuildStep {
BuildStep get ();
}F#
member BuildStep : BuildStep with get