Xml Comments FileIs Valid Property
This read-only property indicates whether or not the comments file contains valid, well-formed XML
Definition
Namespace: Sandcastle.Core.BuildEngine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
True 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.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool IsValid { get; }VB
Public ReadOnly Property IsValid As Boolean
GetC++
public:
property bool IsValid {
bool get ();
}F#
member IsValid : bool with getReturn 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.