ModelElement.GetComposingChildren 方法

返回构成子元素的列表。

命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public Function GetComposingChildren As IList(Of IModelElement)
public IList<IModelElement> GetComposingChildren()
public:
virtual IList<IModelElement^>^ GetComposingChildren() sealed
abstract GetComposingChildren : unit -> IList<IModelElement> 
override GetComposingChildren : unit -> IList<IModelElement> 
public final function GetComposingChildren() : IList<IModelElement>

返回值

类型:System.Collections.Generic.IList<IModelElement>
一个 IList<T>,其中包含构成子元素。

实现

IModelElement.GetComposingChildren()

备注

架构关系是始终从左到右,或从关联元素到被关联元素。

在组合关系中,父元素是相关元素,子元素是被相关元素。

.NET Framework 安全性

请参见

参考

ModelElement 类

Microsoft.Data.Schema.SchemaModel 命名空间

GetHierarchicalChildren