Click or drag to resize

ShellSystemListItemCollection Class

Represents the collection of items in a ShellSystemList control.
Inheritance Hierarchy
SystemObject
  Jam.ShellSystemShellListItemCollectionShellSystemListItem
    Jam.ShellShellSystemListItemCollection

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public class ShellSystemListItemCollection : SystemShellListItemCollection<ShellSystemListItem>

The ShellSystemListItemCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Returns the number of items in the collection
(Inherited from SystemShellListItemCollectionT)
Public propertyIsReadOnly Returns true
(Inherited from SystemShellListItemCollectionT)
Public propertyItem Get a item at the specified index. The setter currently always throws an exception.
(Inherited from SystemShellListItemCollectionT)
Public propertyShellSystemList Get the ShellSystemList instance this collection is associated to.
Top
Methods
 NameDescription
Public methodAdd Part of the ICollectionT interface. Adds an element to the collection.
(Inherited from SystemShellListItemCollectionT)
Public methodClear Part of the ICollectionT interface, clears the collection.
(Inherited from SystemShellListItemCollectionT)
Public methodContains Determines whether an element is in the collection
(Inherited from SystemShellListItemCollectionT)
Public methodCopyTo Copies the entire SystemShellListItemCollectionT to a compatible one-dimensional array, starting at the specified index of the target array.
(Inherited from SystemShellListItemCollectionT)
Public methodGetEnumerator Returns an enumerator that iterates through the collection.
(Inherited from SystemShellListItemCollectionT)
Public methodGetFilePaths returns the Filepaths contained in this collection as string array.
(Inherited from SystemShellListItemCollectionT)
Public methodIndexOf(ItemIdList)Searches for the specified object and returns the zero-based index of the first occurrence within the entire collection.
(Inherited from SystemShellListItemCollectionT)
Public methodIndexOf(T) Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collections.
(Inherited from SystemShellListItemCollectionT)
Public methodIndexOfPath Searches item collection for the specified path.
(Inherited from SystemShellListItemCollectionT)
Public methodInsert Part of the IListT interface. Inserts the passed item at the passed index.
(Inherited from SystemShellListItemCollectionT)
Public methodRemove Part of the ICollectionT interface. Removes an element from the collection.
(Inherited from SystemShellListItemCollectionT)
Public methodRemoveAt Part of the IListT interface. Removes the item at the passed index.
(Inherited from SystemShellListItemCollectionT)
Top
See Also