IPlug In MetadataRuns In Partial Build Property
This read-only property returns true if the plug-in should run in a partial build or false if it
should not.
Definition
Namespace: Sandcastle.Core.PlugIn
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
If this returns false, the plug-in will not be loaded when a partial build is performed.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
bool RunsInPartialBuild { get; }VB
ReadOnly Property RunsInPartialBuild As Boolean
GetC++
property bool RunsInPartialBuild {
bool get ();
}F#
abstract RunsInPartialBuild : bool with getProperty Value
BooleanIf this returns false, the plug-in will not be loaded when a partial build is performed.