Click or drag to resize
Sandcastle Help File BuilderIPlugInExecutionPoints Property
This read-only property returns an enumerable list of execution points that define when the plug-in should be invoked during the build process.

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
IEnumerable<ExecutionPoint> ExecutionPoints { get; }

Property Value

Type: IEnumerableExecutionPoint
See Also