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:syntaxes:start|ISyntaxes]] ===== Description ===== Returns item by index ===== Parameters ===== * [[scripting:api:data-type:long|long]] **nIndex** ==== Return Value ==== * [[:scripting:api:syntax:start|ISyntax]] **ppStyle** ===== Syntax ===== ==== JavaScript ==== <code javascript> var ppStyle = Syntaxes.Item(nIndex); </code>==== Visual Basic Script ==== <code vb> ppStyle = Syntaxes.Item nIndex </code>==== C++ ==== <code cpp> CComPtr<ISyntax> pStyle; HRESULT hr = Syntaxes.get_Item(nIndex, &pStyle); </code>===== See Also ===== [[:scripting:api:syntaxes:start|ISyntaxes]] ~~NOTOC~~