ModelStore.Element.GetRelatedElements Method
Returns a list of the elements that are in a relationship with this element, where this element is on the left-hand side.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function GetRelatedElements As IList(Of IModelElement)
'Usage
Dim instance As ModelStore..::..Element
Dim returnValue As IList(Of IModelElement)
returnValue = instance.GetRelatedElements()
public IList<IModelElement> GetRelatedElements()
public:
virtual IList<IModelElement^>^ GetRelatedElements() sealed
public final function GetRelatedElements() : IList<IModelElement>
abstract GetRelatedElements : unit -> IList<IModelElement>
override GetRelatedElements : unit -> IList<IModelElement>
Return Value
Type: System.Collections.Generic.IList<IModelElement>
Implements
IModelElement.GetRelatedElements()
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.