XMLNode.ValidationStatus Property
Returns a WdXMLValidationStatus constant that represents 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 xMLNode1 As XMLNode
Dim returnValue As WdXMLValidationStatus
returnValue = xMLNode1.ValidationStatus
Syntax
ReadOnly Property ValidationStatus() As WdXMLValidationStatus
WdXMLValidationStatus ValidationStatus {get;}
property WdXMLValidationStatus^ ValidationStatus{
WdXMLValidationStatus^ get();
}
public WdXMLValidationStatus get_ValidationStatus();
function get ValidationStatus() : WdXMLValidationStatus;
Remarks
WdXMLValidationStatus can be one of the following constants:
wdXMLValidationStatusCustom Indicates that the SetValidationError method was used to set ValidationErrorText property to a custom text string.
wdXMLValidationStatusOK Indicates an XML element or attribute is valid according to the attached schema.
While these are the only two named constants the ValidationStatus property allows, there are many more unnamed values that come from the MSXML 5.0 component included with Microsoft Word. For more a complete list of possible values and their corresponding meaning, refer to the Microsoft Word XML Content Development Kit on the Microsoft Developer Network (MSDN) Web site.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000
Target Platforms
See Also
Reference
XMLNode Interface
Microsoft.Office.Interop.Word Namespace