Partilhar via


Método IModelElement.GetReferencedElements

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

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

Sintaxe

'Declaração
Function GetReferencedElements As IList(Of IModelElement)
IList<IModelElement> GetReferencedElements()
IList<IModelElement^>^ GetReferencedElements()
abstract GetReferencedElements : unit -> IList<IModelElement> 
function GetReferencedElements() : 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