Share via


ModelElementClass.ImplementedInterfaces-Eigenschaft

Ruft eine Liste mit Schnittstellen ab, die von dieser Klasse implementiert werden.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
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>

Eigenschaftswert

Typ: System.Collections.Generic.IList<Type>
Eine Liste mit Schnittstellen.

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelElementClass Klasse

Microsoft.Data.Schema.SchemaModel-Namespace