CodeFolders.GetEnumerator Method

Returns an enumerator that iterates through the CodeFolders collection.

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

Syntax

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

Return Value

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

Implements

IEnumerableGetEnumerator

.NET Framework Security

See Also

Reference

CodeFolders Interface

GetEnumerator Overload

VsWebSite Namespace

VSWebSite

CodeFolders