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.
Provides methods for manipulating an IdentifierCollection of the host items and host objects in the current project.
Namespace: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop
Assembly: Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)
Syntax
'Declaration
<GuidAttribute("DC070177-E61C-449A-9281-320294177F90")> _
<ComVisibleAttribute(True)> _
Public Interface IVstaIdentifierCollection _
Inherits IEnumerable
'Usage
Dim instance As IVstaIdentifierCollection
[GuidAttribute("DC070177-E61C-449A-9281-320294177F90")]
[ComVisibleAttribute(true)]
public interface IVstaIdentifierCollection : IEnumerable
[GuidAttribute(L"DC070177-E61C-449A-9281-320294177F90")]
[ComVisibleAttribute(true)]
public interface class IVstaIdentifierCollection : IEnumerable
public interface IVstaIdentifierCollection extends IEnumerable
Remarks
An identifier represents the variable name for the host objects and host items in a project, for example, "Circle1.cs."
See Also
Reference
IVstaIdentifierCollection Members
Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop Namespace