Partilhar via


Método IModelElement.GetHierarchicalChildren

Retorna uma lista de filhos hierárquicas para este elemento.

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

Sintaxe

'Declaração
Function GetHierarchicalChildren As IList(Of IModelElement)
IList<IModelElement> GetHierarchicalChildren()
IList<IModelElement^>^ GetHierarchicalChildren()
abstract GetHierarchicalChildren : unit -> IList<IModelElement> 
function GetHierarchicalChildren() : 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