CustomXMLValidationErrors.Add(CustomXMLNode, String, String, Boolean) Method
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.
Adds a CustomXMLValidationError object containing an XML validation error to the CustomXMLValidationErrors collection.
public void Add (Microsoft.Office.Core.CustomXMLNode Node, string ErrorName, string ErrorText = "", bool ClearedOnUpdate = false);
abstract member Add : Microsoft.Office.Core.CustomXMLNode * string * string * bool -> unit
Public Sub Add (Node As CustomXMLNode, ErrorName As String, Optional ErrorText As String = "", Optional ClearedOnUpdate As Boolean = false)
Parameters
- Node
- CustomXMLNode
Represents the node where the error occurred.
- ErrorName
- String
Contains the name of the error.
- ErrorText
- String
Contains the descriptive error text.
- ClearedOnUpdate
- Boolean
Specifies whether the error is to be cleared from the CustomXMLValidationErrors collection when the XML is corrected and updated.