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.Int32The location at which to insert the item.
identifier
Type: System.StringThe identifier to insert.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVstaIdentifierCollection Interface
IVstaIdentifierCollection Members
Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop Namespace