ComponentPlacementId Property
This read-only property returns the ID of the component related to the
PlacementAction
if applicable.
Namespace: Sandcastle.Core.BuildAssembler.BuildComponentAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public string Id { get; }
Public ReadOnly Property Id As String
Get
public:
property String^ Id {
String^ get ();
}
member Id : string with get
Property Value
StringThis only has meaning for the
Before,
After, and
ReplacePlacementAction.