Component PlacementAdjusted Instance 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: 2026.1.20.0
This is a property for use by designers and build tools
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public int AdjustedInstance { get; set; }VB
Public Property AdjustedInstance As Integer
Get
SetC++
public:
property int AdjustedInstance {
int get ();
void set (int value);
}F#
member AdjustedInstance : int with get, setProperty Value
Int32This is a property for use by designers and build tools