TypeDescriptor.ParentTypeDescriptor 属性 (Microsoft.Office.Server.ApplicationRegistry.Administration)

Sets or gets the parent type descriptor for this type descriptor.

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

语法

声明
Public Property ParentTypeDescriptor As TypeDescriptor
用法
Dim instance As TypeDescriptor
Dim value As TypeDescriptor

value = instance.ParentTypeDescriptor

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

属性值

The TypeDescriptor object.

另请参阅

参考

TypeDescriptor 类
TypeDescriptor 成员
Microsoft.Office.Server.ApplicationRegistry.Administration 命名空间