Compartir a través de


IModelElement.GetComposingChildren (Método)

Devuelve una lista de elementos secundarios compuestos para este elemento.

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

Sintaxis

'Declaración
Function GetComposingChildren As IList(Of IModelElement)
IList<IModelElement> GetComposingChildren()
IList<IModelElement^>^ GetComposingChildren()
abstract GetComposingChildren : unit -> IList<IModelElement> 
function GetComposingChildren() : 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