Topic Transformation CoreMetadata Node Property
This read-only property returns the metadata node for the topic being rendered
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 MetadataNode { get; }VB
Public ReadOnly Property MetadataNode As XElement
GetC++
public:
property XElement^ MetadataNode {
XElement^ get ();
}F#
member MetadataNode : XElement with get