Compartir a través de


IModelElement.GetReferencingElements (Método)

Devuelve una lista de elementos que mantienen una relación con este elemento, donde este elemento se encuentra en la parte derecha.

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
Function GetReferencingElements As IList(Of IModelElement)
IList<IModelElement> GetReferencingElements()
IList<IModelElement^>^ GetReferencingElements()
abstract GetReferencingElements : unit -> IList<IModelElement> 
function GetReferencingElements() : IList<IModelElement>

Valor devuelto

Tipo: System.Collections.Generic.IList<IModelElement>
Objeto IList<T> cuyo tipo es IModelElement.

Seguridad de .NET Framework

Vea también

Referencia

IModelElement Interfaz

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)