ProjectHostItemCollection.IVstaProjectHostItemCollection.GetEnumerator Method

For a description of this member, see IVstaProjectHostItemCollection.GetEnumerator.

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

Syntax

'Declaration
Private Function GetEnumerator As IEnumerator 
    Implements IVstaProjectHostItemCollection.GetEnumerator
'Usage
Dim instance As ProjectHostItemCollection 
Dim returnValue As IEnumerator 

returnValue = CType(instance, IVstaProjectHostItemCollection).GetEnumerator()
IEnumerator IVstaProjectHostItemCollection.GetEnumerator()
private:
virtual IEnumerator^ GetEnumerator() sealed = IVstaProjectHostItemCollection::GetEnumerator
JScript does not support explicit interface implementations.

Return Value

Type: System.Collections.IEnumerator

Implements

IVstaProjectHostItemCollection.GetEnumerator()

Remarks

This member is an explicit interface implementation. It can be used only when the ProjectHostItemCollection instance is cast to an IVstaProjectHostItemCollection interface.

.NET Framework Security

See Also

Reference

ProjectHostItemCollection Class

ProjectHostItemCollection Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace