ModelElement.GetComposingChildren Method
Returns a list of child-composing elements.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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>
Return Value
Type: System.Collections.Generic.IList<IModelElement>
An IList<T> containing the child-composing elements.
Implements
IModelElement.GetComposingChildren()
Remarks
A schema relationship always goes from left to right, or from the relating element to the related element.
In a composing relationship, the parent element is the relating element and the child element is the related element.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.