Xml Comments FileComments Property
This is used to load the comments file on first use
Definition
Namespace: Sandcastle.Core.BuildEngine
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 XmlDocument Comments { get; }VB
Public ReadOnly Property Comments As XmlDocument
GetC++
public:
property XmlDocument^ Comments {
XmlDocument^ get ();
}F#
member Comments : XmlDocument with get