ValidationIssues.Item Property (Visio)

Returns the ValidationIssue object that has the specified name or index position. The Item property is the default property for all collections. Read-only.

Version Information

Version Added: Visio 2010

Syntax

expression .Item(Index)

expression A variable that represents a ValidationIssues object.

Parameters

Name

Required/Optional

Data Type

Description

Index

Required

Long

The index number of the object in its collection.

Return Value

ValidationIssue

Remarks

When retrieving objects from a collection, you can omit Item from the expression, because it is the default property for all collections.