Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |