Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Children ====== Method of [[:scripting:api:scopes:start|IScopes]] ===== Description ===== Find Scope children ===== Parameters ===== * [[:scripting:api:scope:start|IScope]] **pScope** ==== Return Value ==== * [[:scripting:api:scopes:start|IScopes]] **ppChildren** ===== Syntax ===== ==== JavaScript ==== <code javascript> var ppChildren = Scopes.Children(pScope); </code>==== Visual Basic Script ==== <code vb> ppChildren = Scopes.Children pScope </code>==== C++ ==== <code cpp> CComPtr<IScopes> pChildren; HRESULT hr = Scopes.Children(pScope, &pChildren); </code>===== See Also ===== [[:scripting:api:scopes:start|IScopes]] ~~NOTOC~~