CustomXMLValidationError Interface

Represents a single validation error in a CustomXMLValidationErrors collection.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
<GuidAttribute("000CDB0E-0000-0000-C000-000000000046")> _
Public Interface CustomXMLValidationError _
    Inherits _IMsoDispObj
'Usage
Dim instance As CustomXMLValidationError
[GuidAttribute("000CDB0E-0000-0000-C000-000000000046")]
public interface CustomXMLValidationError : _IMsoDispObj

Remarks

Validation errors can either be triggered when validating an operation against the schema, such as when adding a node, or triggered by the user when some condition is not met. For example, if a start date is later than an end date.

See Also

Reference

CustomXMLValidationError Members

Microsoft.Office.Core Namespace