Share via


ModelElementClass.ImplementedInterfaces Property

Gets a list of interfaces that are implemented by this class.

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

Syntax

'Declaration
Public ReadOnly Property ImplementedInterfaces As IList(Of Type)
public IList<Type> ImplementedInterfaces { get; }
public:
property IList<Type^>^ ImplementedInterfaces {
    IList<Type^>^ get ();
}
member ImplementedInterfaces : IList<Type>
function get ImplementedInterfaces () : IList<Type>

Property Value

Type: System.Collections.Generic.IList<Type>
A list of interfaces.

.NET Framework Security

See Also

Reference

ModelElementClass Class

Microsoft.Data.Schema.SchemaModel Namespace