Execution PointPriority Property
This read-only property returns the execution priority of the plug-in.
Definition
Namespace: Sandcastle.Core.PlugIn
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Plug-ins with a higher priority value will execute before those with a lower priority value. If not specified, the default is 1,000.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public int Priority { get; }VB
Public ReadOnly Property Priority As Integer
GetC++
public:
property int Priority {
int get ();
}F#
member Priority : int with getProperty Value
Int32Plug-ins with a higher priority value will execute before those with a lower priority value. If not specified, the default is 1,000.