====== 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 ====
var ppParent = Scopes.Parent(pScope);
==== Visual Basic Script ====
ppParent = Scopes.Parent pScope
==== C++ ====
CComPtr pParent;
HRESULT hr = Scopes.Parent(pScope, &pParent);
===== See Also =====
[[:scripting:api:scopes:start|IScopes]]
~~NOTOC~~