ListView::ListViewItemCollection Methods
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Add(ListViewItem^) | Adds an existing ListViewItem to the collection. |
![]() | Add(String^) | Creates an item with the specified text and adds it to the collection. |
![]() | Add(String^, Int32) | Creates an item with the specified text and image and adds it to the collection. |
![]() | Add(String^, String^) | Creates an item with the specified text and image and adds it to the collection. |
![]() | Add(String^, String^, Int32) | Creates an item with the specified key, text, and image and adds an item to the collection. |
![]() | Add(String^, String^, String^) | Creates an item with the specified key, text, and image, and adds it to the collection. |
![]() | AddRange(array<ListViewItem^>^) | Adds an array of ListViewItem objects to the collection. |
![]() | AddRange(ListView::ListViewItemCollection^) | Adds a collection of items to the collection. |
![]() | Clear() | Removes all items from the collection. |
![]() | Contains(ListViewItem^) | Determines whether the specified item is located in the collection. |
![]() | ContainsKey(String^) | Determines whether the collection contains an item with the specified key. |
![]() | CopyTo(Array^, Int32) | Copies the entire collection into an existing array at a specified location within the array. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | Find(String^, Boolean) | Searches for items whose name matches the specified key, optionally searching subitems. |
![]() | GetEnumerator() | Returns an enumerator to use to iterate through the item collection. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | IndexOf(ListViewItem^) | Returns the index within the collection of the specified item. |
![]() | IndexOfKey(String^) | Retrieves the index of the item with the specified key. |
![]() | Insert(Int32, ListViewItem^) | Inserts an existing ListViewItem into the collection at the specified index. |
![]() | Insert(Int32, String^) | Creates a new item and inserts it into the collection at the specified index. |
![]() | Insert(Int32, String^, Int32) | Creates a new item with the specified image index and inserts it into the collection at the specified index. |
![]() | Insert(Int32, String^, String^) | Creates a new item with the specified text and image and inserts it in the collection at the specified index. |
![]() | Insert(Int32, String^, String^, Int32) | Creates a new item with the specified key, text, and image, and inserts it in the collection at the specified index. |
![]() | Insert(Int32, String^, String^, String^) | Creates a new item with the specified key, text, and image, and adds it to the collection at the specified index. |
![]() | MemberwiseClone() | |
![]() | Remove(ListViewItem^) | Removes the specified item from the collection. |
![]() | RemoveAt(Int32) | Removes the item at the specified index within the collection. |
![]() | RemoveByKey(String^) | Removes the item with the specified key from the collection. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IList::Add(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Adds an existing object to the collection. |
![]() ![]() | IList::Contains(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Determines whether the specified item is in the collection. |
![]() ![]() | IList::IndexOf(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the index within the collection of the specified item. |
![]() ![]() | IList::Insert(Int32, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Inserts an object into the collection at the specified index. |
![]() ![]() | IList::Remove(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Removes the specified item from the collection. |



