Partilhar via


Método ModelElement.GetReferencingElements

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

Sintaxe

'Declaração
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 de retorno

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

Implementações

IModelElement.GetReferencingElements()

Segurança do .NET Framework

Consulte também

Referência

ModelElement Classe

Namespace Microsoft.Data.Schema.SchemaModel