Item
Method of IScopes
Description
Returns item by index
Parameters
- long nIndex
Return Value
- IScope ppScope
Syntax
JavaScript
var ppScope = Scopes.Item(nIndex);
==== Visual Basic Script ====
ppScope = Scopes.Item nIndex
==== C++ ====
CComPtr<IScope> pScope; HRESULT hr = Scopes.get_Item(nIndex, &pScope);
===== See Also ===== IScopes