JamBaseShellListView.ShellListViewSelectedItemCollection<T> Class |
Namespace: Jam.Shell
public class ShellListViewSelectedItemCollection<T> : ListView.SelectedListViewItemCollection where T : ListViewItem
The JamBaseShellListView.ShellListViewSelectedItemCollection<T> type exposes the following members.
Name | Description | |
---|---|---|
![]() | JamBaseShellListView.ShellListViewSelectedItemCollection<T> |
Initializes a new instance of the JamBaseShellListView.ShellListViewSelectedItemCollection<T> class.
|
Name | Description | |
---|---|---|
![]() | Count | Gets the number of items in the collection. (Inherited from ListView.SelectedListViewItemCollection.) |
![]() | IsReadOnly | Gets a value indicating whether the collection is read-only. (Inherited from ListView.SelectedListViewItemCollection.) |
![]() | Item[String] | Gets an item with the specified key from the collection. (Inherited from ListView.SelectedListViewItemCollection.) |
![]() | Item[Int32] |
Gets the item at the specified index within the collection.
|
Name | Description | |
---|---|---|
![]() | Clear | Removes all items from the collection. (Inherited from ListView.SelectedListViewItemCollection.) |
![]() | Contains | Determines whether the specified item is located in the collection. (Inherited from ListView.SelectedListViewItemCollection.) |
![]() | ContainsKey | Determines whether an item with the specified key is contained in the collection. (Inherited from ListView.SelectedListViewItemCollection.) |
![]() | CopyTo | Copies the entire collection into an existing array at a specified location within the array. (Inherited from ListView.SelectedListViewItemCollection.) |
![]() | GetEnumerator | Returns an enumerator that can be used to iterate through the selected item collection. (Inherited from ListView.SelectedListViewItemCollection.) |
![]() | IndexOf | Returns the index within the collection of the specified item. (Inherited from ListView.SelectedListViewItemCollection.) |
![]() | IndexOfKey | Returns the index of the first occurrence of the item with the specified key. (Inherited from ListView.SelectedListViewItemCollection.) |