Component PlacementId Property
This read-only property returns the ID of the component related to the PlacementAction
if applicable.
Definition
Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
This only has meaning for the Before, After, and ReplacePlacementAction.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string Id { get; }VB
Public ReadOnly Property Id As String
GetC++
public:
property String^ Id {
String^ get ();
}F#
member Id : string with getProperty Value
StringThis only has meaning for the Before, After, and ReplacePlacementAction.