IMsTargetVarConstraints.Item

Syntax

Item(Index: Integer): IMsTargetVarConstraint;

Parameters

Index. Constraint index in the collection.

Description

The Item property returns the specified collection constraint.

Comments

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

See also:

IMsTargetVarConstraints