IMsTargetConstraintInfoArray.Item

Syntax

Item(Index: Integer): IMsTargetConstraintInfo;

Parameters

Index. Value index.

Description

The Item property returns the specified value from collection.

Comments

Indexing of collection elements is continuous and starts with zero. To get the number of collection elements, use the IMsTargetConstraintInfoArray.Count property.

See also:

IMsTargetConstraintInfoArray