IModelElement.GetRelatingElements 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 GetRelatingElements As IList(Of IModelElement)
'Usage
Dim instance As IModelElement
Dim returnValue As IList(Of IModelElement)
returnValue = instance.GetRelatingElements()
IList<IModelElement> GetRelatingElements()
IList<IModelElement^>^ GetRelatingElements()
function GetRelatingElements() : IList<IModelElement>
abstract GetRelatingElements : unit -> IList<IModelElement>
Return Value
Type: System.Collections.Generic.IList<IModelElement>
.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.