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

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Adds an existing ListViewItem::ListViewSubItem to the collection.

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

private:
virtual int Add(
	Object^ item
) sealed = IList::Add

Parameters

item
Type: System::Object^

The ListViewItem::ListViewSubItem to add to the collection.

Return Value

Type: System::Int32

The zero-based index that indicates the location of the object that was added to the collection.

.NET Framework
Available since 1.1
Return to top
Show: