WebServices.GetEnumerator Method ()

 

Use Base

True

Gets an enumerator that iterates through the items in the WebServices 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 IEnumerator object that can be used to iterate through the collection.

Implements

IEnumerable.GetEnumerator()

See Also

VSWebSite
WebService
WebServices Interface
VsWebSite Namespace
Referencing Automation Assemblies and the DTE2 Object

Return to top