Document.XMLSchemaViolations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.