JamBaseShellListViewShellListViewItemCollectionT Class |
Namespace: Jam.Shell
public class ShellListViewItemCollection<T> : ListViewListViewItemCollection where T : ListViewItem
The JamBaseShellListViewShellListViewItemCollectionT type exposes the following members.
Name | Description | |
---|---|---|
JamBaseShellListViewShellListViewItemCollectionT |
Initializes a new instance of the JamBaseShellListViewShellListViewItemCollectionT class.
|
Name | Description | |
---|---|---|
Count | Gets the number of items in the collection. (Inherited from ListViewListViewItemCollection.) | |
IsReadOnly | Gets a value indicating whether the collection is read-only. (Inherited from ListViewListViewItemCollection.) | |
ItemInt32 |
Gets the item at the specified index within the collection.
| |
ItemString | Retrieves the item with the specified key. (Inherited from ListViewListViewItemCollection.) |
Name | Description | |
---|---|---|
Add(ListViewItem) | Adds an existing ListViewItem to the collection. (Inherited from ListViewListViewItemCollection.) | |
Add(String) | Creates an item with the specified text and adds it to the collection. (Inherited from ListViewListViewItemCollection.) | |
Add(String, Int32) | Creates an item with the specified text and image and adds it to the collection. (Inherited from ListViewListViewItemCollection.) | |
Add(String, String) | Creates an item with the specified text and image and adds it to the collection. (Inherited from ListViewListViewItemCollection.) | |
Add(String, String, Int32) | Creates an item with the specified key, text, and image and adds an item to the collection. (Inherited from ListViewListViewItemCollection.) | |
Add(String, String, String) | Creates an item with the specified key, text, and image, and adds it to the collection. (Inherited from ListViewListViewItemCollection.) | |
AddRange(ListViewItem) | Adds an array of ListViewItem objects to the collection. (Inherited from ListViewListViewItemCollection.) | |
AddRange(ListViewListViewItemCollection) | Adds a collection of items to the collection. (Inherited from ListViewListViewItemCollection.) | |
Clear | Removes all items from the collection. (Overrides ListViewListViewItemCollectionClear.) | |
Contains | Determines whether the specified item is located in the collection. (Inherited from ListViewListViewItemCollection.) | |
ContainsKey | Determines whether the collection contains an item with the specified key. (Inherited from ListViewListViewItemCollection.) | |
CopyTo | Copies the entire collection into an existing array at a specified location within the array. (Inherited from ListViewListViewItemCollection.) | |
Find | Searches for items whose name matches the specified key, optionally searching subitems. (Inherited from ListViewListViewItemCollection.) | |
GetEnumerator | Returns an enumerator to use to iterate through the item collection. (Inherited from ListViewListViewItemCollection.) | |
IndexOf | Returns the index within the collection of the specified item. (Inherited from ListViewListViewItemCollection.) | |
IndexOfKey | Retrieves the index of the item with the specified key. (Inherited from ListViewListViewItemCollection.) | |
Insert(Int32, String) | Creates a new item and inserts it into the collection at the specified index. (Inherited from ListViewListViewItemCollection.) | |
Insert(Int32, ListViewItem) | Inserts an existing ListViewItem into the collection at the specified index. (Inherited from ListViewListViewItemCollection.) | |
Insert(Int32, String, Int32) | Creates a new item with the specified image index and inserts it into the collection at the specified index. (Inherited from ListViewListViewItemCollection.) | |
Insert(Int32, String, String) | Creates a new item with the specified text and image and inserts it in the collection at the specified index. (Inherited from ListViewListViewItemCollection.) | |
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. (Inherited from ListViewListViewItemCollection.) | |
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. (Inherited from ListViewListViewItemCollection.) | |
Remove | Removes the specified item from the collection. (Inherited from ListViewListViewItemCollection.) | |
RemoveAt | Removes the item at the specified index within the collection. (Inherited from ListViewListViewItemCollection.) | |
RemoveByKey | Removes the item with the specified key from the collection. (Inherited from ListViewListViewItemCollection.) |