Parent
Method of IScopes
Description
Find Scope parent
Parameters
- IScope pScope
Return Value
- IScope ppParent
Syntax
JavaScript
var ppParent = Scopes.Parent(pScope);
==== Visual Basic Script ====
ppParent = Scopes.Parent pScope
==== C++ ====
CComPtr<IScope> pParent; HRESULT hr = Scopes.Parent(pScope, &pParent);
===== See Also ===== IScopes