WdXMLValidationStatus Enumeration

Specifies whether an element or attribute is valid according to the attached schema.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdXMLValidationStatus
'Usage
Dim instance As WdXMLValidationStatus
public enum WdXMLValidationStatus

Members

Member name Description
wdXMLValidationStatusOK Indicates that an XML element or attribute is valid according to the attached schema.
wdXMLValidationStatusCustom Indicates that the SetValidationError method was used to set the ValidationErrorText property to a custom text string.

See Also

Reference

Microsoft.Office.Interop.Word Namespace