ITypeDescriptor.GetChildTypeDescriptors Method

Returns the type descriptors that correspond to the fields of the represented structure.

Namespace:  Microsoft.BusinessData.MetadataModel
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Function GetChildTypeDescriptors As ITypeDescriptorCollection
'Usage
Dim instance As ITypeDescriptor
Dim returnValue As ITypeDescriptorCollection

returnValue = instance.GetChildTypeDescriptors()
ITypeDescriptorCollection GetChildTypeDescriptors()

Return Value

Type: Microsoft.BusinessData.MetadataModel.Collections.ITypeDescriptorCollection
The collection of the type descriptors that represent fields.

Remarks

If this type descriptor does not contain any type descriptors, an empty collection will be returned.

Examples

Code Snippet: Implementing a Custom Connector

See Also

Reference

ITypeDescriptor Interface

ITypeDescriptor Members

Microsoft.BusinessData.MetadataModel Namespace