Share via


MetricValue::SetValue methods

Sets the value of the MetricValue.

Overload list

Method Description
SetValue(value) Sets a value of type LPCWSTR to the MetricValue.
SetValue(value) Sets a value of type INT to the MetricValue.
SetValue(value) Sets a value of type UINT to the MetricValue.
SetValue(value) Sets a value of type LONGLONG to the MetricValue.
SetValue(value) Sets a value of type ULONGLONG to the MetricValue.
SetValue(value) Sets a value of type DOUBLE to the MetricValue.
SetValue(value) Sets a value of type bool to the MetricValue.

Remarks

A MetricValue object holds data from an Issue/MetricValues/MetricValue, Iteration/MetricValues/MetricValue, or TestCase/MetricValues/MetricValue element.

The value is the value of element MetricValue/Value.

See also

MetricValue