Method of IScopes
Returns item by index
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