The IMsCompositeFormulaTermSetList interface contains properties and methods used to work with the collection of composite term sets.
| Property name | Brief description | |
| The Count property returns the number of sets in collection. | ||
| The IncludedCount property returns the number of sets used for model calculation. | ||
| The Item property returns a set from the collection by its index. |
| Method name | Brief description | |
| The Add method adds a set to collection. | ||
| The Clear method clears the collection of composite term sets. | ||
| The IndexOf method returns index of a specified set. | ||
| The Remove method removes a set from collection by its index. |
See also: