CustomXMLValidationErrors Interface

Definition

Represents a collection of CustomXMLValidationError objects.

public interface class CustomXMLValidationErrors : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000CDB0F-0000-0000-C000-000000000046")]
public interface CustomXMLValidationErrors : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000CDB0F-0000-0000-C000-000000000046")>]
type CustomXMLValidationErrors = interface
    interface _IMsoDispObj
    interface IEnumerable
Public Interface CustomXMLValidationErrors
Implements _IMsoDispObj, IEnumerable
Attributes
Implements

Properties

Application

Gets an Application object that represents the container application for the CustomXMLValidationErrors object. Read-only.

Count

Gets the number of items in the CustomXMLValidationErrors collection. Read-only.

Creator

Gets a 32-bit integer that indicates the application in which the CustomXMLValidationErrors object was created. Read-only.

Item[Int32]

Gets a CustomXMLValidationError object from the CustomXMLValidationErrors collection. Read-only.

Parent

Gets the parent object for the CustomXMLValidationErrors object. Read-only.

Methods

Add(CustomXMLNode, String, String, Boolean)

Adds a CustomXMLValidationError object containing an XML validation error to the CustomXMLValidationErrors collection.

GetEnumerator()

Applies to