AbstractInstance.TypeDescriptor 属性 (Microsoft.Office.Server.ApplicationRegistry.Runtime)
When overridden in a derived class, gets the root TypeDescriptor object of this instance.
命名空间: Microsoft.Office.Server.ApplicationRegistry.Runtime
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)
语法
声明
Public ReadOnly Property TypeDescriptor As TypeDescriptor
用法
Dim instance As AbstractInstance
Dim value As TypeDescriptor
value = instance.TypeDescriptor
public TypeDescriptor TypeDescriptor { get; }
属性值
A TypeDescriptor object representing the root type descriptor of the instance.
备注
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.
另请参阅
参考
AbstractInstance 类
AbstractInstance 成员
Microsoft.Office.Server.ApplicationRegistry.Runtime 命名空间