GlossaryElementRender Method
Render the element to the topic
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements.MarkdownAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public override void Render(
TopicTransformationCore transformation,
XElement element
)
Public Overrides Sub Render (
transformation As TopicTransformationCore,
element As XElement
)
public:
virtual void Render(
TopicTransformationCore^ transformation,
XElement^ element
) override
abstract Render :
transformation : TopicTransformationCore *
element : XElement -> unit
override Render :
transformation : TopicTransformationCore *
element : XElement -> unit
Parameters
- transformation TopicTransformationCore
- The topic transformation in use
- element XElement
- The element to handle