AssemblyReferences.GetEnumerator Method ()
Use Base
True
Gets an enumerator that can iterate through the AssemblyReferences 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 that can be used to iterate through the collection.
Implements
See Also
VSWebSite
AssemblyReference
AssemblyReferences Interface
VsWebSite Namespace
Return to top