Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Iterates through a ProjectHostItemCollection.
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
Public NotInheritable Class ProjectHostItemEnumerator _
    Implements IEnumerator, IDisposable
'Usage
Dim instance As ProjectHostItemEnumerator
public sealed class ProjectHostItemEnumerator : IEnumerator, 
    IDisposable
public ref class ProjectHostItemEnumerator sealed : IEnumerator, 
    IDisposable
public final class ProjectHostItemEnumerator implements IEnumerator, IDisposable
Inheritance Hierarchy
System.Object
  Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemEnumerator
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
ProjectHostItemEnumerator Members
Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace