TopicTransformationCoreAddElements Method

Add a range of elements that will be transformed when the topic is rendered

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public void AddElements(
	IEnumerable<Element> elements
)

Parameters

elements  IEnumerableElement
The element handlers

Exceptions

ArgumentExceptionThis is thrown if an element name already has a handler

See Also