IID (Interface ID): 3e222005-bc46-4e3b-9940-83a7f7a4310a
For more information, see _List in .NET Reference.
IID (Interface ID): 3e222005-bc46-4e3b-9940-83a7f7a4310a
For more information, see _List in .NET Reference.
Add | Adds an object to the end of the collection.
DISPID (Dispatch ID):
For more information, see Add in .NET Reference. |
Clear | Removes all elements from the collection.
DISPID (Dispatch ID):
For more information, see Clear in .NET Reference. |
Contains | Determines whether an element is in the collection.
DISPID (Dispatch ID):
For more information, see Contains in .NET Reference. |
CopyTo | Copies the elements of the ICollection to an Array, starting at a particular Array index.
DISPID (Dispatch ID):
For more information, see CopyTo in .NET Reference. |
GetEnumerator | Returns an enumerator that iterates through a collection.
DISPID (Dispatch ID):
For more information, see GetEnumerator in .NET Reference. |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire collection.
DISPID (Dispatch ID):
For more information, see IndexOf in .NET Reference. |
Insert | Inserts an element into the collection at the specified index.
DISPID (Dispatch ID):
For more information, see Insert in .NET Reference. |
Remove | Removes the first occurrence of a specific object from the collection.
DISPID (Dispatch ID):
For more information, see Remove in .NET Reference. |
RemoveAt | Removes the element at the specified index of the collection.
DISPID (Dispatch ID):
For more information, see RemoveAt in .NET Reference. |
Count | Gets the number of elements actually contained in the collection.
DISPID (Dispatch ID):
For more information, see Count in .NET Reference. |
IsFixedSize | Gets a value indicating whether the IList has a fixed size.
DISPID (Dispatch ID):
For more information, see IsFixedSize in .NET Reference. |
IsReadOnly | Gets a value indicating whether the IList is read-only.
DISPID (Dispatch ID):
For more information, see IsReadOnly in .NET Reference. |
IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe).
DISPID (Dispatch ID):
For more information, see IsSynchronized in .NET Reference. |
Item | Gets or sets the element at the specified index.
DISPID (Dispatch ID):
For more information, see Item in .NET Reference. |
SyncRoot | Gets an object that can be used to synchronize access to the ICollection.
DISPID (Dispatch ID):
For more information, see SyncRoot in .NET Reference. |
For remarks, see _List in .NET Reference.