IDocumentationSourceCommentsFiles Property
This read-only property returns an enumerable list of XML comments files based on the current settings
Namespace: Sandcastle.Core.ProjectAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
IEnumerable<string> CommentsFiles { get; }
ReadOnly Property CommentsFiles As IEnumerable(Of String)
Get
property IEnumerable<String^>^ CommentsFiles {
IEnumerable<String^>^ get ();
}
abstract CommentsFiles : IEnumerable<string> with get
Return Value
IEnumerableStringAn enumerable list of XML comments files matching the
SourceFile path.
Sub-folders are only included if
IncludeSubFolders is set to true.