| VersionBuilderPlugInExecutionPoints Property |
This read-only property returns a collection of execution points that define when the plug-in should
be invoked during the build process.
Namespace: SandcastleBuilder.PlugInsAssembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2014.11.22.0
Syntax public IEnumerable<ExecutionPoint> ExecutionPoints { get; }
Public ReadOnly Property ExecutionPoints As IEnumerable(Of ExecutionPoint)
Get
public:
virtual property IEnumerable<ExecutionPoint^>^ ExecutionPoints {
IEnumerable<ExecutionPoint^>^ get () sealed;
}
abstract ExecutionPoints : IEnumerable<ExecutionPoint> with get
override ExecutionPoints : IEnumerable<ExecutionPoint> with get
Property Value
Type:
IEnumerableExecutionPointImplements
IPlugInExecutionPointsSee Also