ISharedEntityState.ChildTypeDescriptors Property
Gets the type descriptors contained in the instances.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property ChildTypeDescriptors As ITypeDescriptorCollection
Get
'Usage
Dim instance As ISharedEntityState
Dim value As ITypeDescriptorCollection
value = instance.ChildTypeDescriptors
ITypeDescriptorCollection ChildTypeDescriptors { get; }
Property Value
Type: Microsoft.BusinessData.MetadataModel.Collections.ITypeDescriptorCollection
The collection of the child type descriptors.