XMLNode.ValidationErrorText Property
Returns a String that represents the description for a validation error on an XMLNode object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property ValidationErrorText ( _
Advanced As Boolean _
) As String
Get
'Usage
Dim instance As XMLNode
Dim Advanced As Boolean
Dim value As String
value = instance.ValidationErrorText(Advanced)
string this[
bool Advanced
] { get; }
Parameters
- Advanced
Type: System.Boolean
Optional Boolean. Indicates that the error text displayed is the advanced version of the validation error description, which comes from the MSXML 5.0 component included with Microsoft Word.
Property Value
Type: System.String