Toc Exclude Plug InExecution Points Property
This read-only property returns a collection of execution points that define when the plug-in should
be invoked during the build process.
Definition
Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
C#
public IEnumerable<ExecutionPoint> ExecutionPoints { get; }VB
Public ReadOnly Property ExecutionPoints As IEnumerable(Of ExecutionPoint)
GetC++
public:
virtual property IEnumerable<ExecutionPoint^>^ ExecutionPoints {
IEnumerable<ExecutionPoint^>^ get () sealed;
}F#
abstract ExecutionPoints : IEnumerable<ExecutionPoint> with get
override ExecutionPoints : IEnumerable<ExecutionPoint> with get