Share via


CustomXMLValidationError Members

Include Protected Members
Include Inherited Members

Represents a single validation error in a CustomXMLValidationErrors collection.

The CustomXMLValidationError type exposes the following members.

Properties

  Name Description
Public property Application (Inherited from _IMsoDispObj.)
Public property Application Gets an Application object that represents the container application for the CustomXMLValidationError object. Read-only.
Public property Creator (Inherited from _IMsoDispObj.)
Public property Creator Gets a 32-bit integer that indicates the application in which the CustomXMLValidationError object was created. Read-only.
Public property ErrorCode Gets a number representing a validation error in a CustomXMLValidationError object. Read-only.
Public property Name Gets the name of an error in a CustomXMLValidationError object. If no errors exist, the property returns Nothing. Read-only.
Public property Node Gets a node in a CustomXMLValidationError object, if any exist. If no nodes exist, the property returns Nothing. Read-only.
Public property Parent Gets the parent object for the CustomXMLValidationError object. Read-only.
Public property Text Gets the text in the CustomXMLValidationError object. Read-only.
Public property Type Gets the type of error generated from the CustomXMLValidationError object. Read-only.

Top

Methods

  Name Description
Public method Delete Deletes the CustomXMLValidationError object representing a data validation error.

Top

See Also

Reference

CustomXMLValidationError Interface

Microsoft.Office.Core Namespace