XmlCommentsFileIsValid Property
This read-only property indicates whether or not the comments file contains valid, well-formed XML
Namespace: Sandcastle.Core.BuildEngineAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public bool IsValid { get; }
Public ReadOnly Property IsValid As Boolean
Get
public:
property bool IsValid {
bool get ();
}
member IsValid : bool with get
Return Value
BooleanTrue if it does, false if not. Invalid XML comments files will not be used as a source
for comments during the build.
InvalidReason returns the cause of the problem.