Component PlacementInstance Property
This read-only property returns the instance of the component to replace, insert before, or insert
after.
Definition
Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public int Instance { get; }VB
Public ReadOnly Property Instance As Integer
GetC++
public:
property int Instance {
int get ();
}F#
member Instance : int with get