MetricValueCollection class
This interface provides containers for MetricValue objects.
When to implement
Never. This interface is implemented by Axe and provided to the assessment.
MetricValueCollection has these types of members:
Methods
The MetricValueCollection class has these methods.
Method | Description |
---|---|
~MetricValueCollection | Destructor method. |
AddItem | Overloaded. Creates a MetricValue and adds it to the MetricValueCollection |
Clear | Deletes all MetricValue objects from the MetricValueCollection. |
DeleteItem | Deletes a MetricValue from the MetricValueCollection. |
GetCount | Returns a count of the MetricValue objects in the MetricValueCollection. |
GetItem | Returns a MetricValue from the MetricValueCollection. |
Remarks
A MetricValueCollection object holds data from an Issue/MetricValues, Iteration/MetricValues, or TestCase/MetricValues element.
A MetricValue object holds data from a MetricValues/MetricValue element.
Requirements
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
Header |
|
DLL |
|