Compartir a través de


IModelElement.GetHierarchicalChildren (Método)

Devuelve una lista de elementos secundarios jerárquicos para este elemento.

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
Function GetHierarchicalChildren As IList(Of IModelElement)
IList<IModelElement> GetHierarchicalChildren()
IList<IModelElement^>^ GetHierarchicalChildren()
abstract GetHierarchicalChildren : unit -> IList<IModelElement> 
function GetHierarchicalChildren() : IList<IModelElement>

Valor devuelto

Tipo: System.Collections.Generic.IList<IModelElement>
Objeto IList<T> cuyo tipo es IModelElement.

Comentarios

Para obtener más información sobre composición y relaciones jerárquicas entre elementos, vea RelationshipClass.

Seguridad de .NET Framework

Vea también

Referencia

IModelElement Interfaz

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)

RelationshipClass