ITypeDescriptorCollection Interface
Provides contextual information about a component, such as its container and property descriptor.
Namespace: Microsoft.BusinessData.MetadataModel.Collections
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Interface ITypeDescriptorCollection _
Inherits IReadOnlyCollection(Of ITypeDescriptor), IEnumerable(Of ITypeDescriptor), _
IEnumerable
'Usage
Dim instance As ITypeDescriptorCollection
public interface ITypeDescriptorCollection : IReadOnlyCollection<ITypeDescriptor>,
IEnumerable<ITypeDescriptor>, IEnumerable