Topic Transformation CoreReplace Element Method
Replace an element handler
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The element handler that was replaced or null if one did not exist
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public Element ReplaceElement(
Element element
)VB
Public Function ReplaceElement (
element As Element
) As ElementC++
public:
Element^ ReplaceElement(
Element^ element
)F#
member ReplaceElement :
element : Element -> Element Parameters
- element Element
- The element handler for the element to replace
Return Value
ElementThe 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