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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.