IModelElement.GetHierarchicalChildren – metoda
Vrátí seznam hierarchických dětí tohoto prvku.
Obor názvů: Microsoft.Data.Schema.SchemaModel
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
Function GetHierarchicalChildren As IList(Of IModelElement)
IList<IModelElement> GetHierarchicalChildren()
IList<IModelElement^>^ GetHierarchicalChildren()
abstract GetHierarchicalChildren : unit -> IList<IModelElement>
function GetHierarchicalChildren() : 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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
Microsoft.Data.Schema.SchemaModel – obor názvů
RelationshipClass