DeploymentPlugInExecutionPoints 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: 2024.12.21.0
public IEnumerable<ExecutionPoint> ExecutionPoints { get; }

Property Value

IEnumerableExecutionPoint

Implements

IPlugInExecutionPoints

See Also