Share via


ElementClass.ImplementedInterfaces Property

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
'Usage
Dim instance As ElementClass
Dim value As IList(Of Type)

value = instance.ImplementedInterfaces
public IList<Type> ImplementedInterfaces { get; }
public:
property IList<Type^>^ ImplementedInterfaces {
    IList<Type^>^ get ();
}
function get ImplementedInterfaces () : IList<Type>
member ImplementedInterfaces : IList<Type>

Property Value

Type: System.Collections.Generic.IList<Type>

.NET Framework Security

See Also

Reference

ElementClass Class

ElementClass Members

Microsoft.Data.Schema.SchemaModel Namespace