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