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
Index
Type: System.Int32The name or index number of the CustomXMLValidationError object to be returned.
Property Value
Type: Microsoft.Office.Core.CustomXMLValidationError
CustomXMLValidationError
See Also
Reference
CustomXMLValidationErrors Interface