Topic Transformation CoreTopic Node Property
This read-only property returns the topic node for the MAML topic being rendered. This is
not used for API topics.
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public XElement TopicNode { get; }VB
Public ReadOnly Property TopicNode As XElement
GetC++
public:
property XElement^ TopicNode {
XElement^ get ();
}F#
member TopicNode : XElement with get