Share via


TypeDescriptorCollection.GetEnumerator Method

Returns an enumerator that can iterate through a TypeDescriptor collection.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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 IEnumerator object that can be used to iterate through the collection.

Implements

IEnumerable<T>.GetEnumerator()

See Also

Reference

TypeDescriptorCollection Class

TypeDescriptorCollection Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace