Item

Method of IScopes

Description

Returns item by index

Parameters

Return Value

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