Topic Transformation CoreComments Node Property
This read-only property returns the comments 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 CommentsNode { get; }VB
Public ReadOnly Property CommentsNode As XElement
GetC++
public:
property XElement^ CommentsNode {
XElement^ get ();
}F#
member CommentsNode : XElement with get