IMsTargetVarConstraints

Assembly: Ms;

Description

The IMsTargetVarConstraints interface is used to work with the collection of variable constraints.

Inheritance Hierarchy

          IMsTargetVarConstraints

Comments

To get the collection of constraints, use the IMsTargetFormulaTerm.VarConstraints property.

Properties

  Property name Brief description
Count The Count property returns the number of collection constraints.
Item The Item property returns the specified collection constraint.

Methods

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

See also:

Ms Assembly Interfaces