DocumentationSourceCommentsFiles Property
This read-only property returns an enumerable list of XML comments files based on the current settings
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public IEnumerable<string> CommentsFiles { get; }
Public ReadOnly Property CommentsFiles As IEnumerable(Of String)
Get
public:
property IEnumerable<String^>^ CommentsFiles {
IEnumerable<String^>^ get ();
}
member 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.