ListViewItem::ListViewSubItemCollection::IList::Remove Method (Object^)

 

Removes a specified item from the collection.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

private:
virtual void Remove(
	Object^ item
) sealed = IList::Remove

Parameters

item
Type: System::Object^

The item to remove from the collection.

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

.NET Framework
Available since 1.1
Return to top
Show: