IModelElement.GetRelatedElements Method

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

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

Syntax

'Declaration
Function GetRelatedElements As IList(Of IModelElement)
'Usage
Dim instance As IModelElement
Dim returnValue As IList(Of IModelElement)

returnValue = instance.GetRelatedElements()
IList<IModelElement> GetRelatedElements()
IList<IModelElement^>^ GetRelatedElements()
function GetRelatedElements() : IList<IModelElement>
abstract GetRelatedElements : unit -> IList<IModelElement> 

Return Value

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

.NET Framework Security

See Also

Reference

IModelElement Interface

IModelElement Members

Microsoft.Data.Schema.SchemaModel Namespace