| XmlCommentsFileComments Property |
This is used to load the comments file on first use
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public XmlDocument Comments { get; }
Public ReadOnly Property Comments As XmlDocument
Get
public:
property XmlDocument^ Comments {
XmlDocument^ get ();
}
member Comments : XmlDocument with get
Property Value
Type:
XmlDocumentSee Also