Compartir a través de


ModelElement.GetReferencingElements (Método)

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

Sintaxis

'Declaración
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>

Valor devuelto

Tipo: System.Collections.Generic.IList<IModelElement>

Implementaciones

IModelElement.GetReferencingElements()

Seguridad de .NET Framework

Vea también

Referencia

ModelElement Clase

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