FieldTypeDescriptorCollection Class
Represents a collection of TypeDescriptor objects that correspond to fields of a view.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.BusinessData.Administration.Client.FieldTypeDescriptorCollection
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)
Syntax
'Declaration
Public NotInheritable Class FieldTypeDescriptorCollection _
Implements IEnumerable(Of TypeDescriptor), IEnumerable
'Usage
Dim instance As FieldTypeDescriptorCollection
public sealed class FieldTypeDescriptorCollection : 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
FieldTypeDescriptorCollection Members
Microsoft.SharePoint.BusinessData.Administration.Client Namespace