IModelElement.GetReferencingElements Method

Returns a list of the elements that are in a relationship with this element, where this element is on the right side.

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

Syntax

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

Return Value

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

.NET Framework Security

See Also

Reference

IModelElement Interface

Microsoft.Data.Schema.SchemaModel Namespace