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-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 ==== <code javascript> var ppItem = SearchFile.Item(nIndex); </code>==== Visual Basic Script ==== <code vb> ppItem = SearchFile.Item nIndex </code>==== C++ ==== <code cpp> CComPtr<ISearchMatch> pItem; HRESULT hr = SearchFile.get_Item(nIndex, &pItem); </code>===== See Also ===== [[:scripting:api:search-file:start|ISearchFile]] ~~NOTOC~~