IPlug InExecution Points 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.
Definition
Namespace: Sandcastle.Core.PlugIn
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#
IEnumerable<ExecutionPoint> ExecutionPoints { get; }VB
ReadOnly Property ExecutionPoints As IEnumerable(Of ExecutionPoint)
GetC++
property IEnumerable<ExecutionPoint^>^ ExecutionPoints {
IEnumerable<ExecutionPoint^>^ get ();
}F#
abstract ExecutionPoints : IEnumerable<ExecutionPoint> with get