IdentifierCollection Class

Represents an IdentifierCollection of the host items and host objects in the current project.

Namespace:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel
Assembly:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)

Syntax

'Declaration
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<ComVisibleAttribute(True)> _
<GuidAttribute("7B3156BB-5072-4DA3-996D-2B4402712EF4")> _
Public NotInheritable Class IdentifierCollection _
    Implements IVstaIdentifierCollection, IList, ICollection, IEnumerable
'Usage
Dim instance As IdentifierCollection
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[ComVisibleAttribute(true)]
[GuidAttribute("7B3156BB-5072-4DA3-996D-2B4402712EF4")]
public sealed class IdentifierCollection : IVstaIdentifierCollection, 
    IList, ICollection, IEnumerable
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[ComVisibleAttribute(true)]
[GuidAttribute(L"7B3156BB-5072-4DA3-996D-2B4402712EF4")]
public ref class IdentifierCollection sealed : IVstaIdentifierCollection, 
    IList, ICollection, IEnumerable
public final class IdentifierCollection implements IVstaIdentifierCollection, IList, ICollection, IEnumerable

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.IdentifierCollection

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

IdentifierCollection Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace