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:scope-tag-infos:start|IScopeTagInfos]] ===== Description ===== Returns item by index ===== Parameters ===== * [[scripting:api:data-type:long|long]] **nIndex** ==== Return Value ==== * [[:scripting:api:scope-tag-info:start|IScopeTagInfo]] **ppScopeTagInfo** ===== Syntax ===== ==== JavaScript ==== <code javascript> var ppScopeTagInfo = ScopeTagInfos.Item(nIndex); </code>==== Visual Basic Script ==== <code vb> ppScopeTagInfo = ScopeTagInfos.Item nIndex </code>==== C++ ==== <code cpp> CComPtr<IScopeTagInfo> pScopeTagInfo; HRESULT hr = ScopeTagInfos.get_Item(nIndex, &pScoeTagInfo); </code>===== See Also ===== [[:scripting:api:scope-tag-infos:start|IScopeTagInfos]] ~~NOTOC~~