Reference Link InfoPrefer Overload Property
This read-only property indicates whether or not to prefer the overload topic
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public bool PreferOverload { get; }VB
Public ReadOnly Property PreferOverload As Boolean
GetC++
public:
property bool PreferOverload {
bool get ();
}F#
member PreferOverload : bool with get