MetricThreshold::GetMetricThresholdValues method

Returns the MetricThresholdValueCollection of the MetricThreshold.

Syntax

virtual HRESULT GetMetricThresholdValues(
  [out] MetricThresholdValueCollection **metricThresholdValues
) = 0;

Parameters

metricThresholdValues [out]

The MetricThresholdValueCollection.

Return value

If the function succeeds, it returns S_OK. If it fails, it returns an error value.

Remarks

A MetricThreshold holds data from a MetricThresholds/MetricThreshold element.

The MetricThresholdValueCollection holds data from element MetricThreshold/MetricThresholdValues.

Requirements

Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
Header
AxeRuntime.h
DLL
AxeCore.dll

See also

MetricThreshold