次の方法で共有


ResultSnippet::GetIterations method

Returns a pointer to the IterationCollection object that contains the Iterations for this ResultSnippet object.

Syntax

virtual HRESULT GetIterations(
  [out] IterationCollection **iterations
) = 0;

Parameters

iterations [out]

A double pointer that receives the pointer to the IterationCollection object.

Return value

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

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

ResultSnippet