TypeDescriptor.ChildTypeDescriptors property
Gets the collection of child descriptors.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ChildTypeDescriptors As TypeDescriptorCollection
Get
'Usage
Dim instance As TypeDescriptor
Dim value As TypeDescriptorCollection
value = instance.ChildTypeDescriptors
public TypeDescriptorCollection ChildTypeDescriptors { get; }
Property value
Type: Microsoft.SharePoint.BusinessData.Administration.TypeDescriptorCollection
The collection of child descriptors.