Compartir a través de


: AbstractInstance.TypeDescriptor (Propiedad) (Microsoft.Office.Server.ApplicationRegistry.Runtime)

When overridden in a derived class, gets the root TypeDescriptor object of this instance.

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

Sintaxis

'Declaración
Public ReadOnly Property TypeDescriptor As TypeDescriptor
'Uso
Dim instance As AbstractInstance
Dim value As TypeDescriptor

value = instance.TypeDescriptor
public TypeDescriptor TypeDescriptor { get; }

Valor de propiedad

A TypeDescriptor object representing the root type descriptor of the instance.

Comentarios

The root TypeDescriptor is the TypeDescriptor pointed to by the ReturnTypeDescriptor of the MethodInstance that is executed to return these instances. If the ReturnTypeDescriptor is a collection, then the root TypeDescriptor of the instance is the only child of the collection TypeDescriptor.

Vea también

Referencia

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