TypeDescriptorCollection Class

Contains methods to handle the collection of type descriptors.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.BusinessData.Administration.TypeDescriptorCollection

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class TypeDescriptorCollection _
    Implements IEnumerable(Of TypeDescriptor), IEnumerable
'Usage
Dim instance As TypeDescriptorCollection
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class TypeDescriptorCollection : IEnumerable<TypeDescriptor>, 
    IEnumerable

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TypeDescriptorCollection Members

Microsoft.SharePoint.BusinessData.Administration Namespace