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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.