Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an enumerator that can iterate through a TypeDescriptor collection.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of TypeDescriptor)
'Usage
Dim instance As FieldTypeDescriptorCollection
Dim returnValue As IEnumerator(Of TypeDescriptor)
returnValue = instance.GetEnumerator()
public IEnumerator<TypeDescriptor> GetEnumerator()
Return Value
Type: System.Collections.Generic.IEnumerator<TypeDescriptor>
An enumerator that can iterate through a TypeDescriptor collection.
Implements
IEnumerable<T>.GetEnumerator()
See Also
Reference
FieldTypeDescriptorCollection Class