====== 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 ====
var ppStyle = Syntaxes.Item(nIndex);
==== Visual Basic Script ====
ppStyle = Syntaxes.Item nIndex
==== C++ ====
CComPtr pStyle;
HRESULT hr = Syntaxes.get_Item(nIndex, &pStyle);
===== See Also =====
[[:scripting:api:syntaxes:start|ISyntaxes]]
~~NOTOC~~