IMsTargetConstraintInfoArray

Assembly: Ms;

Description

The IMsTargetConstraintInfoArray interface is used to work with the collection of values for criterion function constraint.

Inheritance Hierarchy

          IMsTargetConstraintInfoArray

Comments

To get the collection of values for criterion function constraints, use the IMsTargetConstraint.ConstraintInfoArray property.

Properties

  Property name Brief description
Count The Count property returns the number of values in the collection.
Item The Item property returns the specified value from collection.

Methods

  Method name Brief description
Add The Add method adds value to the collection.
Clear The Clear method clears the collection of values.
Remove The Remove method removes the specified value from the collection.

See also:

Ms Assembly Interfaces