ListViewItem::ListViewSubItemCollection::Remove Method (ListViewItem::ListViewSubItem^)
.NET Framework (current version)
Removes a specified item from the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- item
-
Type:
System.Windows.Forms::ListViewItem::ListViewSubItem^
The item to remove from the collection.
If you want to remove an item at a specified index or with a specified key, use the RemoveAt method or the RemoveByKey method, respectively.
.NET Framework
Available since 1.1
Available since 1.1
Show: