IVstaIdentifierCollection.RemoveAt Method

Removes the identifier at the specified location.

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

Syntax

'Declaration
Sub RemoveAt ( _
    index As Integer _
)
'Usage
Dim instance As IVstaIdentifierCollection 
Dim index As Integer

instance.RemoveAt(index)
void RemoveAt(
    int index
)
void RemoveAt(
    int index
)
function RemoveAt(
    index : int
)

Parameters

  • index
    Type: System.Int32

    The location of the identifier to be removed.

.NET Framework Security

See Also

Reference

IVstaIdentifierCollection Interface

IVstaIdentifierCollection Members

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