IBuild ProcessComments Files Property
This read-only property is used to get the XML comments files collection
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#
XmlCommentsFileCollection CommentsFiles { get; }VB
ReadOnly Property CommentsFiles As XmlCommentsFileCollection
GetC++
property XmlCommentsFileCollection^ CommentsFiles {
XmlCommentsFileCollection^ get ();
}F#
abstract CommentsFiles : XmlCommentsFileCollection with get