IVstaIdentifierCollection Members

Include Protected Members
Include Inherited Members

Provides methods for manipulating an IdentifierCollection of the host items and host objects in the current project.

The IVstaIdentifierCollection type exposes the following members.

Methods

  Name Description
Public method Add Adds the identifier for a host object to the collection.
Public method AddRange Overloaded. Adds multiple identifiers to the collection.
Public method Clear Removes all items from the collection.
Public method Contains Returns a value that indicates whether the collection contains a specified identifier.
Public method CopyTo Copies the items in the collection to a string array, starting at the specified index.
Public method GetEnumerator Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.)
Public method IndexOf Retrieves the index of the specified identifier.
Public method Insert Inserts the specified identifier at the specified location in the collection.
Public method Remove Removes the specified identifier from the collection.
Public method RemoveAt Removes the identifier at the specified location.

Top

Properties

  Name Description
Public property Count Gets the number of items in the collection.
Public property Item Gets the identifier at the specified location.

Top

See Also

Reference

IVstaIdentifierCollection Interface

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop Namespace