ProjectHostItemCollection Class

Represents a collection of ProjectHostItem objects in the Visual Studio Tools for Applications project.

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 ProjectHostItemCollection _
    Implements IDisposable, IVstaProjectHostItemCollection, ICollection, IEnumerable
'Usage
Dim instance As ProjectHostItemCollection
public sealed class ProjectHostItemCollection : IDisposable, 
    IVstaProjectHostItemCollection, ICollection, IEnumerable
public ref class ProjectHostItemCollection sealed : IDisposable, 
    IVstaProjectHostItemCollection, ICollection, IEnumerable
public final class ProjectHostItemCollection implements IDisposable, IVstaProjectHostItemCollection, ICollection, IEnumerable

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Tools.Applications.DesignTime.ProjectHostItemCollection

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

ProjectHostItemCollection Members

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace