IMsVariableTestDataList

Assembly: Ms;

Description

The IMsVariableTestDataList interface is used to work with the collection of variables, to which the descriptive statistic is calculated.

Inheritance Hierarchy

          IMsVariableTestDataList

Comments

To get the collection of variables, for which the descriptive statistic is calculated, use the IMsVariableTestSettings.IncludedSources property.

Properties

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

Methods

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

See also:

Ms Assembly Interfaces