Share via


ModelElement.GetHierarchicalChildren Method

Gets a list of the child hierarchical child elements.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Function GetHierarchicalChildren As IList(Of IModelElement)
public IList<IModelElement> GetHierarchicalChildren()
public:
virtual IList<IModelElement^>^ GetHierarchicalChildren() sealed
abstract GetHierarchicalChildren : unit -> IList<IModelElement> 
override GetHierarchicalChildren : unit -> IList<IModelElement> 
public final function GetHierarchicalChildren() : IList<IModelElement>

Return Value

Type: System.Collections.Generic.IList<IModelElement>
An IList<T> that contains the child hierarchical elements.

Implements

IModelElement.GetHierarchicalChildren()

Remarks

A schema relationship always goes from left to right, or from the relating element to the related element.

In a hierarchical relationship, the child element is the relating element and the parent element is the related element.

.NET Framework Security

See Also

Reference

ModelElement Class

Microsoft.Data.Schema.SchemaModel Namespace

GetComposingChildren