Represents the collection of items in a ShellSystemList control.
| C# | Visual Basic | Visual C++ |
public class ShellSystemListItemCollection : IList<ShellSystemListItem>, ICollection<ShellSystemListItem>, IEnumerable<ShellSystemListItem>, IEnumerable
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
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| 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) | (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()()() | (Inherited from Object.) |
| Object | |
| ShellSystemListItemCollection | |