GlobalObjectCollection.IList.Remove Method

Removes an object from the collection.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

‘선언
Private Sub Remove ( _
    item As Object _
) Implements IList.Remove
‘사용 방법
Dim instance As GlobalObjectCollection
Dim item As Object

CType(instance, IList).Remove(item)
void IList.Remove(
    Object item
)
private:
virtual void Remove(
    Object^ item
) sealed = IList::Remove
private abstract Remove : 
        item:Object -> unit 
private override Remove : 
        item:Object -> unit 
JScript does not support explicit interface implementations.

Parameters

Implements

IList.Remove(Object)

.NET Framework Security

See Also

Reference

GlobalObjectCollection Class

GlobalObjectCollection Members

Microsoft.VisualStudio.Shell.Design Namespace