Share via


IModelElement.GetComposingChildren Method

Returns a list of composing children for this element.

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

Syntax

'Declaration
Function GetComposingChildren As IList(Of IModelElement)
'Usage
Dim instance As IModelElement 
Dim returnValue As IList(Of IModelElement)

returnValue = instance.GetComposingChildren()
IList<IModelElement> GetComposingChildren()
IList<IModelElement^>^ GetComposingChildren()
function GetComposingChildren() : IList<IModelElement>

Return Value

Type: System.Collections.Generic.IList<IModelElement>

.NET Framework Security

See Also

Reference

IModelElement Interface

IModelElement Members

Microsoft.Data.Schema.SchemaModel Namespace