Partager via


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

Voir aussi

Référence

ModelElementClass Classe

Microsoft.Data.Schema.SchemaModel, espace de noms