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 ====== Property of [[:scripting:api:syntax:start|ISyntax]] ===== Description ===== Parent syntax property ===== Property type ===== Read-Only Property of type **[[:scripting:api:syntax:start|ISyntax]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var pSyntax = Syntax.Parent; </code>==== Visual Basic Script ==== <code vb> pSyntax = Syntax.Parent </code>==== C++ ==== <code cpp> CComPtr<ISyntax> pSyntax; HRESULT hr = Syntax.get_Parent(&pSyntax); </code>===== See Also ===== [[:scripting:api:syntax:start|ISyntax]] ~~NOTOC~~