IModelElement.GetReferencedElements Method
Returns a list of the elements that are in a relationship with this element, where this element is on the left side of the relationship.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Function GetReferencedElements As IList(Of IModelElement)
IList<IModelElement> GetReferencedElements()
IList<IModelElement^>^ GetReferencedElements()
abstract GetReferencedElements : unit -> IList<IModelElement>
function GetReferencedElements() : IList<IModelElement>
Return Value
Type: System.Collections.Generic.IList<IModelElement>
An IList<T> of type 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.