Compartir a través de


: SharedEntityState.MemberTypeDescriptorDictionary (Propiedad) (Microsoft.Office.Server.ApplicationRegistry.Runtime)

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

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Public ReadOnly Property MemberTypeDescriptorDictionary As IDictionary(Of String, TypeDescriptorCollection)
'Uso
Dim instance As SharedEntityState
Dim value As IDictionary(Of String, TypeDescriptorCollection)

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

Valor de propiedad

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

Vea también

Referencia

SharedEntityState (Clase)
SharedEntityState (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Runtime (Espacio de nombres)