Parent element type of the element type.
[Visual Basic 6.0] Property Parent As INgElementType
[Visual Basic .NET] Public Property Parent As INgElementType
[C#] public INgElementType Parent {get; set;}
[Java] public INgElementType getParent() throws IOException, AutomationException
[Java] public void setParent( INgElementType pNgElementType ) throws IOException, AutomationException
[C++] HRESULT get_Parent( INgElementType** pVal );
[C++] HRESULT put_Parent( INgElementType* pVal);
Parameters
pVal [out, retval]
pVal is a parameter of type INgElementType
pVal [in]
pVal is a parameter of type INgElementType
INgElementType Interface | INgElementType.Descendants Property | INgElementType.Children Property | INgElementType.Ancestors Property