Assembly: Ms;
The IMsTargetConstraintInfoArray interface is used to work with the collection of values for criterion function constraint.
IMsTargetConstraintInfoArray
To get the collection of values for criterion function constraints, use the IMsTargetConstraint.ConstraintInfoArray property.
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. |
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: