Sdílet prostřednictvím


IModelElement.GetComposingChildren – metoda

Vrátí seznam psaní děti tohoto prvku.

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
Function GetComposingChildren As IList(Of IModelElement)
IList<IModelElement> GetComposingChildren()
IList<IModelElement^>^ GetComposingChildren()
abstract GetComposingChildren : unit -> IList<IModelElement> 
function GetComposingChildren() : IList<IModelElement>

Vrácená hodnota

Typ: System.Collections.Generic.IList<IModelElement>
An IList<T> of type IModelElement.

Poznámky

Další informace o vytváření a hierarchických vztahů mezi prvky, viz RelationshipClass.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IModelElement Rozhraní

Microsoft.Data.Schema.SchemaModel – obor názvů

RelationshipClass