ShellBrowser .Net Edition
ShellSystemListItemCollection Class
NamespacesJam.ShellShellSystemListItemCollection
Represents the collection of items in a ShellSystemList control.
Declaration Syntax
C#Visual BasicVisual C++
Public Class ShellSystemListItemCollection _
	Implements IList(Of ShellSystemListItem), ICollection(Of ShellSystemListItem),  _
	IEnumerable(Of ShellSystemListItem), IEnumerable
public ref class ShellSystemListItemCollection : IList<ShellSystemListItem^>, 
	ICollection<ShellSystemListItem^>, IEnumerable<ShellSystemListItem^>, IEnumerable
Members
All MembersMethodsProperties



IconMemberDescription
Add(ShellSystemListItem)
Part of the ICollection<(Of <(T>)>) interface. Always throws an exception, since ShellSystemListViewItemCollection is readonly.

Clear()()()
Part of the ICollection<(Of <(T>)>) interface. Always throws an exception, since ShellSystemListViewItemCollection is readonly.

Contains(ShellSystemListItem)
Determines whether an element is in the collection

CopyTo(array<ShellSystemListItem>[]()[], Int32)
Copies the entire ShellSystemListItemCollection to a compatible one-dimensional array, starting at the specified index of the target array.

Count
Returns the number of items in the collection

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetEnumerator()()()
Returns an enumerator that iterates through the ShellSystemListItemCollection

GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
IndexOf(ShellSystemListItem)
Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collections.

Insert(Int32, ShellSystemListItem)
Part of the IList<(Of <(T>)>) interface. Always throws an exception, since ShellSystemListViewItemCollection is readonly.

IsReadOnly
Returns true

Item[([(Int32])])
Get a ShellSystemListItem at the specified index. The setter always throws an exception, since ShellSystemListViewItemCollection is readonly.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Remove(ShellSystemListItem)
Part of the ICollection<(Of <(T>)>) interface. Always throws an exception, since ShellSystemListViewItemCollection is readonly.

RemoveAt(Int32)
Part of the IList<(Of <(T>)>) interface. Always throws an exception, since ShellSystemListViewItemCollection is readonly.

ShellSystemList
Get the ShellSystemList instance this collection is associated to.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
ShellSystemListItemCollection

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)