ListView::SelectedListViewItemCollection::IList::Add Method (Object^)

 

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

Adds an item to the collection.

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

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

Parameters

value
Type: System::Object^

An object to be added to the ListView::SelectedListViewItemCollection.

Return Value

Type: System::Int32

The location of the added item.

Exception Condition
NotSupportedException

Always thrown.

You cannot change the ListView::SelectedListViewItemCollection class directly. To add a ListViewItem to the ListView::SelectedListViewItemCollection, use the Selected property.

.NET Framework
Available since 1.1
Return to top
Show: