共用方式為


ModelSchema.GetInstantiatingElementClassMapping 方法

傳回項目中繼資料物件至介面型別的對應。

命名空間:  Microsoft.Data.Schema.SchemaModel
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
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>

參數

傳回值

型別:System.Collections.Generic.IDictionary<Type, ModelElementClass>
字典,其中每一個項目都包含介面型別和項目中繼資料物件。

.NET Framework 安全性

請參閱

參考

ModelSchema 類別

Microsoft.Data.Schema.SchemaModel 命名空間

ModelElementClass