ModelElementClass.ImplementedInterfaces, propriété
Obtient la liste des interfaces qui sont implémentées par cette classe.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ImplementedInterfaces As IList(Of Type)
Get
public IList<Type> ImplementedInterfaces { get; }
public:
property IList<Type^>^ ImplementedInterfaces {
IList<Type^>^ get ();
}
member ImplementedInterfaces : IList<Type>
function get ImplementedInterfaces () : IList<Type>
Valeur de propriété
Type : System.Collections.Generic.IList<Type>
Liste d'interfaces.
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.