Sdílet prostřednictvím


ModelElementClass.ImplementedInterfaces – vlastnost

Získá seznam rozhraní, která jsou touto třídou implementována.

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<Type>
Seznam rozhraní.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelElementClass Třída

Microsoft.Data.Schema.SchemaModel – obor názvů