ModelSchema.GetImplementingElementClasses Method
Returns the list of element metadata objects that are associated with elements that implement the given interface.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function GetImplementingElementClasses ( _
interfaceType As Type _
) As IList(Of ModelElementClass)
public IList<ModelElementClass> GetImplementingElementClasses(
Type interfaceType
)
public:
IList<ModelElementClass^>^ GetImplementingElementClasses(
Type^ interfaceType
)
member GetImplementingElementClasses :
interfaceType:Type -> IList<ModelElementClass>
public function GetImplementingElementClasses(
interfaceType : Type
) : IList<ModelElementClass>
Parameters
- interfaceType
Type: System.Type
An interface type.
Return Value
Type: System.Collections.Generic.IList<ModelElementClass>
A list of element metadata objects.
.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.