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.Int32The 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
- 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
Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace