Condividi tramite


Metodo IModelElement.GetReferencingElements

Restituisce un elenco degli elementi che sono in relazione con questo elemento, dove l'elemento si trova sul lato destro.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

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

Valore restituito

Tipo: System.Collections.Generic.IList<IModelElement>
Oggetto IList<T> di tipo IModelElement.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IModelElement Interfaccia

Spazio dei nomi Microsoft.Data.Schema.SchemaModel