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)

Usage

Dim wdXMLValidationStatus1 As WdXMLValidationStatus = WdXMLValidationStatus.wdXMLValidationStatusCustom

Syntax

Public Enum WdXMLValidationStatus
public enum WdXMLValidationStatus
public enum class WdXMLValidationStatus
public enum WdXMLValidationStatus
public enum WdXMLValidationStatus

Members

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

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace