Compartilhar via


Propriedade ModelElementClass.ImplementedInterfaces

Obtém uma lista de interfaces que são implementadas por esta classe.

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

Sintaxe

'Declaração
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>

Valor de propriedade

Tipo: System.Collections.Generic.IList<Type>
Uma lista de interfaces.

Segurança do .NET Framework

Consulte também

Referência

ModelElementClass Classe

Namespace Microsoft.Data.Schema.SchemaModel