IPlugInExecutionPoints 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: Sandcastle.Core.PlugInAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
IEnumerable<ExecutionPoint> ExecutionPoints { get; }
ReadOnly Property ExecutionPoints As IEnumerable(Of ExecutionPoint)
Get
property IEnumerable<ExecutionPoint^>^ ExecutionPoints {
IEnumerable<ExecutionPoint^>^ get ();
}
abstract ExecutionPoints : IEnumerable<ExecutionPoint> with get
Property Value
IEnumerableExecutionPoint