Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.