TopicTransformationCoreReplaceElement Method
Replace an element handler
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public Element ReplaceElement(
Element element
)
Public Function ReplaceElement (
element As Element
) As Element
public:
Element^ ReplaceElement(
Element^ element
)
member ReplaceElement :
element : Element -> Element
- element Element
- The element handler for the element to replace
ElementThe element handler that was replaced or null if one did not exist
If an element handler is not present for the element, it will be added instead