ProjectHostItemCollection Members

Include Protected Members
Include Inherited Members

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

The ProjectHostItemCollection type exposes the following members.

Methods

  Name Description
Public method AddProjectHostItem Overloaded. Adds a new host item to the project based on the specified host item information, and optionally generates code for the new host item.
Public method CopyTo Copies the current host item collection starting at the specified index to the specified array.
Public method Dispose Releases the resources used by the ProjectHostItemCollection.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetEnumerator Returns an enumerator for items in the collection.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method RemoveProjectHostItem Removes the specified host item from the project and releases resources associated with the host item.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

  Name Description
Public property Count Gets the number of host items in the ProjectHostItemCollection.
Public property IsSynchronized Gets a value that indicates whether access to the ProjectHostItemCollection is synchronized (thread safe). This property returns false in all cases.
Public property Item Overloaded. Gets a project host item from the collection.
Public property SyncRoot An implementation of ICollection.SyncRoot that returns nulla null reference (Nothing in Visual Basic).

Top

Explicit Interface Implementations

  Name Description
Public method AddProjectHostItem Overloaded. For a description of this member, see IVstaProjectHostItemCollectionAddProjectHostItem.
Explicit interface implemetationPrivate property IVstaProjectHostItemCollection.Count For a description of this member, see IVstaProjectHostItemCollection.Count.
Explicit interface implemetationPrivate method IVstaProjectHostItemCollection.GetEnumerator For a description of this member, see IVstaProjectHostItemCollection.GetEnumerator.
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator For a description of this member, see IEnumerable.GetEnumerator.
Public property Item Overloaded. For a description of this member, see IVstaProjectHostItemCollectionItem.
Explicit interface implemetationPrivate method IVstaProjectHostItemCollection.RemoveProjectHostItem For a description of this member, see IVstaProjectHostItemCollection.RemoveProjectHostItem.

Top

See Also

Reference

ProjectHostItemCollection Class

Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace