TypeDescriptor.GetTypeDescriptorsWithIdentifiers Method
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Sub GetTypeDescriptorsWithIdentifiers ( _
root As TypeDescriptor, _
collector As TypeDescriptorCollection, _
recursionLevel As UInteger _
)
'Usage
Dim root As TypeDescriptor
Dim collector As TypeDescriptorCollection
Dim recursionLevel As UInteger
Me.GetTypeDescriptorsWithIdentifiers(root, _
collector, recursionLevel)
protected void GetTypeDescriptorsWithIdentifiers(
TypeDescriptor root,
TypeDescriptorCollection collector,
uint recursionLevel
)
Parameters
- recursionLevel
Type: System.UInt32
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace