ModelStore.Element.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
Public Function GetComposingChildren As IList(Of IModelElement)
'Usage
Dim instance As ModelStore..::..Element
Dim returnValue As IList(Of IModelElement)
returnValue = instance.GetComposingChildren()
public IList<IModelElement> GetComposingChildren()
public:
virtual IList<IModelElement^>^ GetComposingChildren() sealed
public final function GetComposingChildren() : IList<IModelElement>
abstract GetComposingChildren : unit -> IList<IModelElement>
override GetComposingChildren : unit -> IList<IModelElement>
Return Value
Type: System.Collections.Generic.IList<IModelElement>
Implements
IModelElement.GetComposingChildren()
.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.