scripting:api:search-job:item

Item

Method of ISearchJob

Returns item by index

var ppItem = SearchJob.Item(nIndex);

==== Visual Basic Script ====

ppItem = SearchJob.Item nIndex

==== C++ ====

CComPtr<ISearchFile> pItem;
HRESULT hr = SearchJob.get_Item(nIndex, &pItem);

===== See Also ===== ISearchJob