Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Item ====== Method of [[:scripting:api:search-job:start|ISearchJob]] ===== Description ===== Returns item by index ===== Parameters ===== * [[scripting:api:data-type:long|long]] **nIndex** ==== Return Value ==== * [[:scripting:api:search-file:start|ISearchFile]] **ppItem** ===== Syntax ===== ==== JavaScript ==== <code javascript> var ppItem = SearchJob.Item(nIndex); </code>==== Visual Basic Script ==== <code vb> ppItem = SearchJob.Item nIndex </code>==== C++ ==== <code cpp> CComPtr<ISearchFile> pItem; HRESULT hr = SearchJob.get_Item(nIndex, &pItem); </code>===== See Also ===== [[:scripting:api:search-job:start|ISearchJob]] ~~NOTOC~~