ModelElement.GetReferencingElements, méthode
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
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>
Valeur de retour
Type : System.Collections.Generic.IList<IModelElement>
Implémentations
IModelElement.GetReferencingElements()
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.