ComponentPlacementAdjustedInstance Property

This property is used to get or set the instance of the component to replace, insert before, or insert after adjusted for other components that have already been processed.

Definition

Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public int AdjustedInstance { get; set; }

Property Value

Int32
This is a property for use by designers and build tools

See Also