Share via


AssemblyReferences.GetEnumerator Method

Gets an enumerator that can iterate through the AssemblyReferences collection.

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

Syntax

'Declaration
Function GetEnumerator As IEnumerator
'Usage
Dim instance As AssemblyReferences 
Dim returnValue As IEnumerator 

returnValue = instance.GetEnumerator()
IEnumerator GetEnumerator()
IEnumerator^ GetEnumerator()
function GetEnumerator() : IEnumerator

Return Value

Type: System.Collections.IEnumerator
An IEnumerator that can be used to iterate through the collection.

Implements

IEnumerable.GetEnumerator()

.NET Framework Security

See Also

Reference

AssemblyReferences Interface

AssemblyReferences Members

GetEnumerator Overload

VsWebSite Namespace

VSWebSite

AssemblyReference