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

See Also

Reference

TypeDescriptor Class

TypeDescriptor Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace