Build Component FactoryReference Build Placement Property
This is used to get or set a placement action for reference content builds
Definition
Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The default is to not place the component. Components that are exposed to build tools should set this to define a proper placement action.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public ComponentPlacement ReferenceBuildPlacement { get; set; }VB
Public Property ReferenceBuildPlacement As ComponentPlacement
Get
SetC++
public:
property ComponentPlacement^ ReferenceBuildPlacement {
ComponentPlacement^ get ();
void set (ComponentPlacement^ value);
}F#
member ReferenceBuildPlacement : ComponentPlacement with get, setProperty Value
ComponentPlacementThe default is to not place the component. Components that are exposed to build tools should set this to define a proper placement action.