====== Item ====== Method of [[:scripting:api:search-file:start|ISearchFile]] ===== Description ===== Returns item by index ===== Parameters ===== * [[scripting:api:data-type:long|long]] **nIndex** ==== Return Value ==== * [[:scripting:api:search-match:start|ISearchMatch]] **ppItem** ===== Syntax ===== ==== JavaScript ==== var ppItem = SearchFile.Item(nIndex); ==== Visual Basic Script ==== ppItem = SearchFile.Item nIndex ==== C++ ==== CComPtr pItem; HRESULT hr = SearchFile.get_Item(nIndex, &pItem); ===== See Also ===== [[:scripting:api:search-file:start|ISearchFile]] ~~NOTOC~~