次の方法で共有


MetricThreshold::SetOrdinal method

Sets the ordinal of the MetricThreshold.

Syntax

virtual HRESULT SetOrdinal(
  [in] UINT ordinal
) = 0;

Parameters

ordinal [in]

The ordinal.

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 ordinal is the value of element MetricThreshold/Ordinal.

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