Share via


RelatedFiles.GetEnumerator Method ()

 

Returns an enumerator that iterates through the RelatedFiles 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 current RelatedFiles collection.

Implements

IEnumerable.GetEnumerator()

See Also

RelatedFiles Interface
VsWebSite Namespace

Return to top