IdentifierCollection.IVstaIdentifierCollection.RemoveAt Method

Removes the item at the specified index.

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

Syntax

'Declaration
Private Sub RemoveAt ( _
    index As Integer _
) Implements IVstaIdentifierCollection.RemoveAt
'Usage
Dim instance As IdentifierCollection 
Dim index As Integer 

CType(instance, IVstaIdentifierCollection).RemoveAt(index)
void IVstaIdentifierCollection.RemoveAt(
    int index
)
private:
virtual void RemoveAt(
    int index
) sealed = IVstaIdentifierCollection::RemoveAt
JScript does not support explicit interface implementations.

Parameters

  • index
    Type: System.Int32

    The index of the item to be removed.

Implements

IVstaIdentifierCollection.RemoveAt(Int32)

Remarks

This member is an explicit interface member implementation. It can be used only when the IdentifierCollection instance is cast to an IVstaIdentifierCollection interface.

.NET Framework Security

See Also

Reference

IdentifierCollection Class

IdentifierCollection Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace