IDocumentation SourceComments Files Property
This read-only property returns an enumerable list of XML comments files based on the current settings
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
An enumerable list of XML comments files matching the SourceFile path. Sub-folders are only included if IncludeSubFolders is set to true.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
IEnumerable<string> CommentsFiles { get; }VB
ReadOnly Property CommentsFiles As IEnumerable(Of String)
GetC++
property IEnumerable<String^>^ CommentsFiles {
IEnumerable<String^>^ get ();
}F#
abstract CommentsFiles : IEnumerable<string> with getReturn Value
IEnumerableStringAn enumerable list of XML comments files matching the SourceFile path. Sub-folders are only included if IncludeSubFolders is set to true.