_Document.XMLSchemaViolations Property
Returns an XMLNodes collection that represents all nodes in the document that have validation errors.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property XMLSchemaViolations As XMLNodes
Get
'Usage
Dim instance As _Document
Dim value As XMLNodes
value = instance.XMLSchemaViolations
XMLNodes XMLSchemaViolations { get; }
Property Value
Type: Microsoft.Office.Interop.Word.XMLNodes