EntryPointCollection.GetEnumerator Method (2003 System)

Returns an EntryPointEnumerator that can be used to iterate through the contents of the collection.

Namespace:  Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly:  Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)

Syntax

'Declaration
Public Function GetEnumerator As EntryPointEnumerator
'Usage
Dim instance As EntryPointCollection
Dim returnValue As EntryPointEnumerator

returnValue = instance.GetEnumerator()
public EntryPointEnumerator GetEnumerator()

Return Value

Type: Microsoft.VisualStudio.Tools.Applications.Runtime.EntryPointEnumerator
An EntryPointEnumerator that can be used to iterate through the contents of the collection.

Permissions

See Also

Reference

EntryPointCollection Class

EntryPointCollection Members

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace