Table of Contents

TopicTransformationCore.CurrentElement Property

Definition

Namespace
Sandcastle.Core.PresentationStyle.Transformation
Assembly
Sandcastle.Core.dll

This is used to get or set the current element to which rendered content is being added

public XElement CurrentElement { get; set; }

Property Value

XElement

If changed, you are responsible for restoring the prior value if necessary after completing any processing related to the change.