GlobalTypeCollection.IList.Remove Method
Removes an item from the collection.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaração
Private Sub Remove ( _
item As Object _
) Implements IList.Remove
void IList.Remove(
Object item
)
Parameters
- item
Type: System.Object
The item to be removed.
Implements
.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.