SharedEntityState.MemberTypeDescriptorDictionary 属性 (Microsoft.Office.Server.ApplicationRegistry.Runtime)

Gets a list of type descriptors of the members contained in the entity.

命名空间: Microsoft.Office.Server.ApplicationRegistry.Runtime
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Public ReadOnly Property MemberTypeDescriptorDictionary As IDictionary(Of String, TypeDescriptorCollection)
用法
Dim instance As SharedEntityState
Dim value As IDictionary(Of String, TypeDescriptorCollection)

value = instance.MemberTypeDescriptorDictionary
public IDictionary<string,TypeDescriptorCollection> MemberTypeDescriptorDictionary { get; }

属性值

A dictionary of type descriptors of the members in the entity.

另请参阅

参考

SharedEntityState 类
SharedEntityState 成员
Microsoft.Office.Server.ApplicationRegistry.Runtime 命名空间