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
value
Type: System.ObjectThe item to remove.
Implements
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
- 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