Topic Transformation CoreSyntax Node Property
This read-only property returns the syntax node for the API topic being rendered. This is
not used for MAML 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 SyntaxNode { get; }VB
Public ReadOnly Property SyntaxNode As XElement
GetC++
public:
property XElement^ SyntaxNode {
XElement^ get ();
}F#
member SyntaxNode : XElement with get