ISharedEntityState.MemberTypeDescriptorDictionary 屬性
取得類型描述項中包含的成員的外部內容類型的清單。
命名空間: Microsoft.BusinessData.Runtime
組件: Microsoft.BusinessData (在 Microsoft.BusinessData.dll 中)
語法
'宣告
ReadOnly Property MemberTypeDescriptorDictionary As IDictionary(Of String, ITypeDescriptorCollection)
Get
'用途
Dim instance As ISharedEntityState
Dim value As IDictionary(Of String, ITypeDescriptorCollection)
value = instance.MemberTypeDescriptorDictionary
IDictionary<string, ITypeDescriptorCollection> MemberTypeDescriptorDictionary { get; }
屬性值
類型:System.Collections.Generic.IDictionary<String, ITypeDescriptorCollection>
輸入描述項之成員的外部內容類型的字典。