Condividi tramite


Metodo ModelElement.GetReferencingElements

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

Sintassi

'Dichiarazione
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>

Valore restituito

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

Implementa

IModelElement.GetReferencingElements()

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelElement Classe

Spazio dei nomi Microsoft.Data.Schema.SchemaModel