Document.XMLSchemaViolations Property

Definition

Gets a XMLNodes collection that represents all nodes in the document that have validation errors.

public:
 property Microsoft::Office::Interop::Word::XMLNodes ^ XMLSchemaViolations { Microsoft::Office::Interop::Word::XMLNodes ^ get(); };
public Microsoft.Office.Interop.Word.XMLNodes XMLSchemaViolations { get; }
member this.XMLSchemaViolations : Microsoft.Office.Interop.Word.XMLNodes
Public ReadOnly Property XMLSchemaViolations As XMLNodes

Property Value

A XMLNodes collection that represents all nodes in the document that have validation errors.

Applies to