JamItemIdListCollection Class |
Namespace: Jam.Shell
The JamItemIdListCollection type exposes the following members.
Name | Description | |
---|---|---|
JamItemIdListCollection | Initializes a new empty collection. ItemIdLists can be added using Add(IJamItemIdList) or AddRange(IEnumerableIJamItemIdList). | |
JamItemIdListCollection(Boolean) |
Initializes a new instance of the JamItemIdListCollection class.
| |
JamItemIdListCollection(IDataObject) |
Initializes a new instance of the JamItemIdListCollection class and adds the elements contained in the IDataObject.
| |
JamItemIdListCollection(ItemIdList) | Obsolete. Creates a new collection including the elements contained in the passed item. | |
JamItemIdListCollection(ShellBrowserBase) | Obsolete. Creates a new collection including the elements contained in the passed ShellBrowser. | |
JamItemIdListCollection(ItemIdList, String) |
Initializes a new instance of the JamItemIdListCollection
class including elements in the passed parent item matching the passed filter.
| |
JamItemIdListCollection(ItemIdList, String, Boolean, FuncShellBrowserBase, Boolean) |
Initializes a new instance of the JamItemIdListCollection
class including elements in the passed parent item matching the passed filter.
|
Name | Description | |
---|---|---|
BaseFolder | Gets or sets the base folder. | |
Count |
Returns the number of items in the collection
| |
IsReadOnly |
Returns true
| |
Item |
Get a item at the specified index. The setter currently always throws an exception.
|
Name | Description | |
---|---|---|
Add(String) |
Adds an element to the collection.
| |
Add(IJamItemIdList) |
Part of the ICollection interface. Adds an element to the
collection.
| |
AddRange(String) | Adds the items in the passed StringCollection.. | |
AddRange(IEnumerableIJamItemIdList) | Adds a range of items. | |
Clear |
Part of the ICollectionT interface, clears the collection.
| |
Contains |
Determines whether an element is in the collection
| |
CopyTo |
Copies the entire JamItemIdListCollection to a compatible
one-dimensional array, starting at the specified index of the target array.
| |
GetChildren | Enumerates the children of the passed parent element and returns them in a list. | |
GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
GetFilePaths |
returns the Filepaths contained in this collection as string array.
| |
GetPathCollection | Creates a PathCollection containing the paths of the elements in this collection. | |
IndexOf |
Searches for the specified object and returns the zero-based index of the
first occurrence within the entire Collections.
| |
IndexOfPath |
Searches item collection for the specified path.
| |
Insert |
Part of the IListT interface. Inserts the passed item at the passed index.
| |
Remove |
Part of the ICollectionT interface. Removes an element from the collection.
| |
RemoveAt |
Part of the IListT interface. Removes the item at the passed index.
| |
Sort | Sorts this collection using the default ItemIdList comparer, i.e. CompareTo(ItemIdList). | |
ToArray | Convert this object into an array representation. |