Metodo ModelElement.GetReferencedElements
Spazio dei nomi: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
Public Function GetReferencedElements As IList(Of IModelElement)
public IList<IModelElement> GetReferencedElements()
public:
virtual IList<IModelElement^>^ GetReferencedElements() sealed
abstract GetReferencedElements : unit -> IList<IModelElement>
override GetReferencedElements : unit -> IList<IModelElement>
public final function GetReferencedElements() : IList<IModelElement>
Valore restituito
Tipo: System.Collections.Generic.IList<IModelElement>
Implementa
IModelElement.GetReferencedElements()
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.