IdentifierCollection.IList.Remove Method

Removes the first occurrence of the specified identifier from the IdentifierCollection.

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

Syntax

'Declaration
Private Sub Remove ( _
    value As Object _
) Implements IList.Remove
'Usage
Dim instance As IdentifierCollection 
Dim value As Object 

CType(instance, IList).Remove(value)
void IList.Remove(
    Object value
)
private:
virtual void Remove(
    Object^ value
) sealed = IList::Remove
JScript does not support explicit interface implementations.

Parameters

Implements

IList.Remove(Object)

Remarks

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

.NET Framework Security

See Also

Reference

IdentifierCollection Class

IdentifierCollection Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace