Topic Transformation CoreCurrent Element Property
This is used to get or set the current element to which rendered content is being added
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
If changed, you are responsible for restoring the prior value if necessary after completing any processing related to the change.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public XElement CurrentElement { get; set; }VB
Public Property CurrentElement As XElement
Get
SetC++
public:
property XElement^ CurrentElement {
XElement^ get ();
void set (XElement^ value);
}F#
member CurrentElement : XElement with get, setProperty Value
XElementIf changed, you are responsible for restoring the prior value if necessary after completing any processing related to the change.