ModelElement.GetReferencingElements Method

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

Syntax

'Declaration
Public Function GetReferencingElements As IList(Of IModelElement)
public IList<IModelElement> GetReferencingElements()
public:
virtual IList<IModelElement^>^ GetReferencingElements() sealed
abstract GetReferencingElements : unit -> IList<IModelElement> 
override GetReferencingElements : unit -> IList<IModelElement> 
public final function GetReferencingElements() : IList<IModelElement>

Return Value

Type: System.Collections.Generic.IList<IModelElement>

Implements

IModelElement.GetReferencingElements()

.NET Framework Security

See Also

Reference

ModelElement Class

Microsoft.Data.Schema.SchemaModel Namespace