TopicTransformationCoreCurrentElement Property
This is used to get or set the current element to which rendered content is being added
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public XElement CurrentElement { get; set; }
Public Property CurrentElement As XElement
Get
Set
public:
property XElement^ CurrentElement {
XElement^ get ();
void set (XElement^ value);
}
member CurrentElement : XElement with get, set
Property Value
XElementIf changed, you are responsible for restoring the prior value if necessary after completing
any processing related to the change.