Share via


ModelSchema.GetInstantiatingElementClassMapping-Methode

Gibt die Zuordnung von Elementmetadatenobjekten zu Schnittstellentypen zurück.

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

Syntax

'Declaration
Public Function GetInstantiatingElementClassMapping ( _
    interfaceTypes As IList(Of Type) _
) As IDictionary(Of Type, ModelElementClass)
public IDictionary<Type, ModelElementClass> GetInstantiatingElementClassMapping(
    IList<Type> interfaceTypes
)
public:
IDictionary<Type^, ModelElementClass^>^ GetInstantiatingElementClassMapping(
    IList<Type^>^ interfaceTypes
)
member GetInstantiatingElementClassMapping : 
        interfaceTypes:IList<Type> -> IDictionary<Type, ModelElementClass> 
public function GetInstantiatingElementClassMapping(
    interfaceTypes : IList<Type>
) : IDictionary<Type, ModelElementClass>

Parameter

Rückgabewert

Typ: System.Collections.Generic.IDictionary<Type, ModelElementClass>
Ein Wörterbuch, in dem jedes Element einen Schnittstellentyp und ein Elementmetadatenobjekt enthält.

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelSchema Klasse

Microsoft.Data.Schema.SchemaModel-Namespace

ModelElementClass