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. ====== Parent ====== Method of [[:scripting:api:scopes:start|IScopes]] ===== Description ===== Find Scope parent ===== Parameters ===== * [[:scripting:api:scope:start|IScope]] **pScope** ==== Return Value ==== * [[:scripting:api:scope:start|IScope]] **ppParent** ===== Syntax ===== ==== JavaScript ==== <code javascript> var ppParent = Scopes.Parent(pScope); </code>==== Visual Basic Script ==== <code vb> ppParent = Scopes.Parent pScope </code>==== C++ ==== <code cpp> CComPtr<IScope> pParent; HRESULT hr = Scopes.Parent(pScope, &pParent); </code>===== See Also ===== [[:scripting:api:scopes:start|IScopes]] ~~NOTOC~~