Partager via


CustomXMLValidationErrors.Item Property

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

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

Syntax

'Declaration
ReadOnly Default Property Item ( _
    Index As Integer _
) As CustomXMLValidationError
    Get
'Usage
Dim instance As CustomXMLValidationErrors
Dim Index As Integer
Dim value As CustomXMLValidationError

value = instance(Index)
CustomXMLValidationError this[
    int Index
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Core.CustomXMLValidationError
CustomXMLValidationError

See Also

Reference

CustomXMLValidationErrors Interface

CustomXMLValidationErrors Members

Microsoft.Office.Core Namespace