TopicTransformationCoreReplaceElement Method

Replace an element handler

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public Element ReplaceElement(
	Element element
)

Parameters

element  Element
The element handler for the element to replace

Return Value

Element
The element handler that was replaced or null if one did not exist

Remarks

If an element handler is not present for the element, it will be added instead

See Also