ModelElement.GetReferencingElements Method
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function GetReferencingElements As IList(Of IModelElement)
public IList<IModelElement> GetReferencingElements()
public:
virtual IList<IModelElement^>^ GetReferencingElements() sealed
abstract GetReferencingElements : unit -> IList<IModelElement>
override GetReferencingElements : unit -> IList<IModelElement>
public final function GetReferencingElements() : IList<IModelElement>
Return Value
Type: System.Collections.Generic.IList<IModelElement>
Implements
IModelElement.GetReferencingElements()
.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.