TypeDescriptorCollection.GetEnumerator Method
Creates an enumerator to iterate through this collection.
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of TypeDescriptor)
'Usage
Dim instance As TypeDescriptorCollection
Dim returnValue As IEnumerator(Of TypeDescriptor)
returnValue = instance.GetEnumerator()
public IEnumerator<TypeDescriptor> GetEnumerator()
Return Value
Type: System.Collections.Generic.IEnumerator<TypeDescriptor>
An enumerator to iterate through this collection.
Implements
IEnumerable<T>.GetEnumerator()
Remarks
This class will retrieve data from the Metadata Store when this function is invoked.
See Also
Reference
TypeDescriptorCollection Class
TypeDescriptorCollection Members
Microsoft.SharePoint.BusinessData.Administration.Client Namespace