BuildComponentFactoryConceptualBuildPlacement Property
This is used to get or set a placement action for conceptual content builds
Namespace: Sandcastle.Core.BuildAssembler.BuildComponentAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public ComponentPlacement ConceptualBuildPlacement { get; set; }
Public Property ConceptualBuildPlacement As ComponentPlacement
Get
Set
public:
property ComponentPlacement^ ConceptualBuildPlacement {
ComponentPlacement^ get ();
void set (ComponentPlacement^ value);
}
member ConceptualBuildPlacement : ComponentPlacement with get, set
Property 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.