ListView.ListViewItemCollection.System.Collections.IList.Item Property
Assembly: System.Windows.Forms (in system.windows.forms.dll)
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- index
The zero-based index of the element to get.
Property Value
A ListViewItem that represents the item located at the specified index within the collection.| Exception type | Condition |
|---|---|
| The index parameter is less than 0 or greater than or equal to the value of the Count property of the ListView.ListViewItemCollection. |
The item parameter can be set to any type. If item is a ListViewItem, it is added to the ListView.ListViewItemCollection. If item is another type, a new ListViewItem is created containing the string from the ToString method of item.
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.