_Document.XMLShowAdvancedErrors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a Boolean that represents whether error message text is generated from the built-in Microsoft Word error messages or from the Microsoft XML Core Services (MSXML) 5.0 component included with Office.
public:
property bool XMLShowAdvancedErrors { bool get(); void set(bool value); };
public bool XMLShowAdvancedErrors { get; set; }
member this.XMLShowAdvancedErrors : bool with get, set
Public Property XMLShowAdvancedErrors As Boolean
Property Value
Remarks
Using advanced error messages from the MSXML 5.0 component provides more specific error messages. There are approximately 500 error messages provided through the XML Core Services that are accessible when the XMLShowAdvancedErrors property is True.
Word has approximately 50 built-in generic schema errors. When the XMLShowAdvancedErrors property is False, Word uses the built-in error messages for errors generated in XML documents.