List of the ancestor element types for the element type.
[Visual Basic 6.0] Property Ancestors As INgElementTypes
[Visual Basic .NET] Public ReadOnly Property Ancestors As INgElementTypes
[C#] public INgElementTypes Ancestors {get;}
[Java] public INgElementTypes getAncestors() throws IOException, AutomationException
[C++] HRESULT get_Ancestors( INgElementTypes** pVal );
Note that the element type ancestors list is returned in ascending hierarchy order, that is from the parent to the most distant ancestor.
The Ancestors collection is returned in ascending hierarchy order; that is from the parent to the most distant ancestor.
INgElementType Interface | INgElementType.Parent Property | INgElementType.Children Property | INgElementType.Descendants Property