Dela via


IModelRelationship.GetRelatedElements Method

Gets a list of the related elements.

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 IModelRelationship 
Dim returnValue As IList(Of IModelElement)

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

Return Value

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

.NET Framework Security

See Also

Reference

IModelRelationship Interface

IModelRelationship Members

Microsoft.Data.Schema.SchemaModel Namespace