Método IModelElement.GetReferencingElements

Retorna uma lista dos elementos que estão em uma relação com esse elemento, onde este elemento está no lado direito.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
Function GetReferencingElements As IList(Of IModelElement)
IList<IModelElement> GetReferencingElements()
IList<IModelElement^>^ GetReferencingElements()
abstract GetReferencingElements : unit -> IList<IModelElement> 
function GetReferencingElements() : IList<IModelElement>

Valor de retorno

Tipo: System.Collections.Generic.IList<IModelElement>
An IList<T> of type IModelElement.

Segurança do .NET Framework

Consulte também

Referência

IModelElement Interface

Namespace Microsoft.Data.Schema.SchemaModel