IVstaProjectHostItemCollection.GetEnumerator Method

Returns an enumerator for items in the collection.

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

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

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

Return Value

Type: System.Collections.IEnumerator
An enumerator object for items in the collection.

.NET Framework Security

See Also

Reference

IVstaProjectHostItemCollection Interface

IVstaProjectHostItemCollection Members

Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop Namespace