ShellSystemListItemCollection Methods |
The ShellSystemListItemCollection type exposes the following members.
Name | Description | |
---|---|---|
Add |
Part of the ICollectionT interface. Adds an element to the
collection.
(Inherited from SystemShellListItemCollectionT.) | |
Clear |
Part of the ICollectionT interface, clears the collection.
(Inherited from SystemShellListItemCollectionT.) | |
Contains |
Determines whether an element is in the collection
(Inherited from SystemShellListItemCollectionT.) | |
CopyTo |
Copies the entire SystemShellListItemCollectionT to a compatible
one-dimensional array, starting at the specified index of the target array.
(Inherited from SystemShellListItemCollectionT.) | |
GetEnumerator |
Returns an enumerator that iterates through the collection.
(Inherited from SystemShellListItemCollectionT.) | |
GetFilePaths |
returns the Filepaths contained in this collection as string array.
(Inherited from SystemShellListItemCollectionT.) | |
IndexOf(ItemIdList) | Searches for the specified object and returns the zero-based index of the first occurrence within the entire collection. (Inherited from SystemShellListItemCollectionT.) | |
IndexOf(T) |
Searches for the specified object and returns the zero-based index of the
first occurrence within the entire Collections.
(Inherited from SystemShellListItemCollectionT.) | |
IndexOfPath |
Searches item collection for the specified path.
(Inherited from SystemShellListItemCollectionT.) | |
Insert |
Part of the IListT interface. Inserts the passed item at the passed index.
(Inherited from SystemShellListItemCollectionT.) | |
Remove |
Part of the ICollectionT interface. Removes an element from the collection.
(Inherited from SystemShellListItemCollectionT.) | |
RemoveAt |
Part of the IListT interface. Removes the item at the passed index.
(Inherited from SystemShellListItemCollectionT.) |