XmlCommentsFileIsValid Property
This read-only property indicates whether or not the comments file contains valid, well-formed XML
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.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.