Topic Transformation CoreAdd Element Method
Add an element that will be transformed when the topic is rendered
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public void AddElement(
Element element
)VB
Public Sub AddElement (
element As Element
)C++
public:
void AddElement(
Element^ element
)F#
member AddElement :
element : Element -> unit Parameters
- element Element
- The element handler
Exceptions
| ArgumentException | This is thrown if the element name already has a handler |