Partilhar via


Método IModelElement.GetComposingChildren

Retorna uma lista de redigir os filhos desse elemento.

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

Sintaxe

'Declaração
Function GetComposingChildren As IList(Of IModelElement)
IList<IModelElement> GetComposingChildren()
IList<IModelElement^>^ GetComposingChildren()
abstract GetComposingChildren : unit -> IList<IModelElement> 
function GetComposingChildren() : IList<IModelElement>

Valor de retorno

Tipo: System.Collections.Generic.IList<IModelElement>
An IList<T> of type IModelElement.

Comentários

Para obter mais informações sobre como redigir e as relações hierárquicas entre elementos, consulte RelationshipClass.

Segurança do .NET Framework

Consulte também

Referência

IModelElement Interface

Namespace Microsoft.Data.Schema.SchemaModel

RelationshipClass