TopicTransformationCoreReplaceElements Method
Replace a range of elements
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public void ReplaceElements(
IEnumerable<Element> elements
)
Public Sub ReplaceElements (
elements As IEnumerable(Of Element)
)
public:
void ReplaceElements(
IEnumerable<Element^>^ elements
)
member ReplaceElements :
elements : IEnumerable<Element> -> unit
Parameters
- elements IEnumerableElement
- The element handlers for the elements to replace. If an element handler is
not present for the element, it will be added instead.