XMLSchemaReferences.HideValidationErrors Property

True to hide schema violations when Microsoft Word validates the XML in a document.

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

Syntax

'Declaration
Property HideValidationErrors As Boolean
    Get
    Set
'Usage
Dim instance As XMLSchemaReferences
Dim value As Boolean

value = instance.HideValidationErrors

instance.HideValidationErrors = value
bool HideValidationErrors { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

XMLSchemaReferences Interface

XMLSchemaReferences Members

Microsoft.Office.Interop.Word Namespace