Method of IScopes
Find Scope children
var ppChildren = Scopes.Children(pScope);
==== Visual Basic Script ====
ppChildren = Scopes.Children pScope
==== C++ ====
CComPtr<IScopes> pChildren; HRESULT hr = Scopes.Children(pScope, &pChildren);
===== See Also ===== IScopes