ITypeDescriptorCollection interface
Fornece informações contextuais sobre um componente, como seu descritor contêiner e propriedade.
Namespace: Microsoft.BusinessData.MetadataModel.Collections
Assembly: Microsoft.BusinessData (em Microsoft.BusinessData.dll)
Sintaxe
'Declaração
Public Interface ITypeDescriptorCollection _
Inherits IReadOnlyCollection(Of ITypeDescriptor), IEnumerable
'Uso
Dim instance As ITypeDescriptorCollection
public interface ITypeDescriptorCollection : IReadOnlyCollection<ITypeDescriptor>,
IEnumerable