IModelElement.GetReferencingElements – metoda
Kde je tento prvek na pravé straně vrátí seznam prvků, které jsou ve vztahu k tomuto prvku.
Obor názvů: Microsoft.Data.Schema.SchemaModel
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
Function GetReferencingElements As IList(Of IModelElement)
IList<IModelElement> GetReferencingElements()
IList<IModelElement^>^ GetReferencingElements()
abstract GetReferencingElements : unit -> IList<IModelElement>
function GetReferencingElements() : IList<IModelElement>
Vrácená hodnota
Typ: System.Collections.Generic.IList<IModelElement>
An IList<T> of type IModelElement.
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.