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>
參數
- interfaceTypes
型別:System.Collections.Generic.IList<Type>
所查詢的介面型別。
傳回值
型別:System.Collections.Generic.IDictionary<Type, ModelElementClass>
字典,其中每一個項目都包含介面型別和項目中繼資料物件。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。