Share via


ShapeCollection.IList.Remove Method (Object)

 

Removes the specified object from the collection.

Namespace:   Microsoft.VisualBasic.PowerPacks
Assembly:  Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)

Syntax

void IList.Remove(
    object value
)
private:
virtual void Remove(
    Object^ value
) sealed = IList::Remove
private abstract Remove : 
        value:Object -> unit
private override Remove : 
        value:Object -> unit
Private Sub Remove (
    value As Object
)
    Implements IList.Remove

Parameters

  • value
    Type: System.Object

    The object to remove from the collection.

Implements

IList.Remove(Object)

See Also

ShapeCollection Class
Microsoft.VisualBasic.PowerPacks Namespace

Return to top