Partager via


AbstractInstance.TypeDescriptor, propriété (Microsoft.Office.Server.ApplicationRegistry.Runtime)

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

Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public ReadOnly Property TypeDescriptor As TypeDescriptor
'Utilisation
Dim instance As AbstractInstance
Dim value As TypeDescriptor

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

Valeur de la propriété

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

Remarques

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.

Voir aussi

Référence

AbstractInstance, classe
Membres AbstractInstance
Microsoft.Office.Server.ApplicationRegistry.Runtime, espace de noms