Share via


CodeFolders.GetEnumerator Method ()

 

Returns an enumerator that iterates through the CodeFolders collection.

Namespace:   VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

IEnumerator GetEnumerator()
IEnumerator^ GetEnumerator()
abstract GetEnumerator : unit -> IEnumerator
Function GetEnumerator As IEnumerator

Return Value

Type: System.Collections.IEnumerator

An enumerator that can be used to iterate through the items in the collection.

Implements

IEnumerable.GetEnumerator()

See Also

VSWebSite
CodeFolders
CodeFolders Interface
VsWebSite Namespace

Return to top