IVstaIdentifierCollection.Insert Method

Inserts the specified identifier at the specified location in the collection.

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

Syntax

'Declaration
Sub Insert ( _
    index As Integer, _
    identifier As String _
)
'Usage
Dim instance As IVstaIdentifierCollection 
Dim index As Integer 
Dim identifier As String

instance.Insert(index, identifier)
void Insert(
    int index,
    string identifier
)
void Insert(
    int index, 
    String^ identifier
)
function Insert(
    index : int, 
    identifier : String
)

Parameters

  • index
    Type: System.Int32

    The location at which to insert the item.

.NET Framework Security

See Also

Reference

IVstaIdentifierCollection Interface

IVstaIdentifierCollection Members

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