ModelElementClass.ImplementedInterfaces (Propiedad)

Obtiene una lista de interfaces implementadas por esta clase.

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ModelElementClass Clase

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)