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:url-handlers:start|IUrlHandlers]] ===== Description ===== Returns item by index ===== Parameters ===== * [[scripting:api:data-type:long|long]] **nIndex** ==== Return Value ==== * [[:scripting:api:url-handler:start|IUrlHandler]] **ppUrl** ===== Syntax ===== ==== JavaScript ==== <code javascript> var ppUrl = UrlHandlers.Item(nIndex); </code>==== Visual Basic Script ==== <code vb> ppUrl = UrlHandlers.Item nIndex </code>==== C++ ==== <code cpp> CComPtr<IUrlHandler> pUrl; HRESULT hr = UrlHandlers.get_Item(nIndex, &pUrl); </code>===== See Also ===== [[:scripting:api:url-handlers:start|IUrlHandlers]] ~~NOTOC~~