TypeDescriptor.GetTypeDescriptorsWithIdentifiers 方法 (Microsoft.Office.Server.ApplicationRegistry.Administration)
命名空间: Microsoft.Office.Server.ApplicationRegistry.Administration
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)
语法
声明
Protected Sub GetTypeDescriptorsWithIdentifiers ( _
root As TypeDescriptor, _
collector As IList(Of TypeDescriptor), _
recursionLevel As UInteger _
)
用法
Dim root As TypeDescriptor
Dim collector As IList(Of TypeDescriptor)
Dim recursionLevel As UInteger
Me.GetTypeDescriptorsWithIdentifiers(root, collector, recursionLevel)
protected void GetTypeDescriptorsWithIdentifiers (
TypeDescriptor root,
IList<TypeDescriptor> collector,
uint recursionLevel
)
参数
- root
- collector
- recursionLevel
另请参阅
参考
TypeDescriptor 类
TypeDescriptor 成员
Microsoft.Office.Server.ApplicationRegistry.Administration 命名空间