This document is archived and information here might be outdated. Recommended version. |
The array of hits.
[Visual Basic .NET] Public Property Hits As IArray
[C#] public IArray Hits {get; set;}
[C++]
HRESULT get_Hits(
IArray* ppHits
);
[C++]
HRESULT putref_Hits(
IArray** ppHits
);
[C++]
Parameters ppHits [in]
ppHits is a parameter of type IArray* ppHits [out, retval]
ppHits is a parameter of type IArray**