Children
Method of IScopes
Description
Find Scope children
Parameters
- IScope pScope
Return Value
- IScopes ppChildren
Syntax
JavaScript
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