次の方法で共有


MetricValue::GetValue methods

Returns the value of the MetricValue.

Overload list

Method Description
GetValue(value) Returns the value of the MetricValue for a type LPCWSTR value.
GetValue(value) Returns the value of the MetricValue for a type INT value.
GetValue(value) Returns the value of the MetricValue for a type UINT value.
GetValue(value) Returns the value of the MetricValue for a type LONGLONG value.
GetValue(value) Returns the value of the MetricValue for a type ULONGLONG value.
GetValue(value) Returns the value of the MetricValue for a type DOUBLE value.
GetValue(value) Returns the value of the MetricValue for a type bool value.

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